All UNIX Installations — Directory Permissions

Note: This step is required on all UNIX platforms.

This section explains what directory permissions must be set to enable users to use the system.

Permissions for TIBCO BusinessEvents Directories

All TIBCO BusinessEvents users must have read, write, and execute permissions for the following directories:

bin Directory
$TIBCO_HOME/be/<version_number>/bin

For example, if TIBCO BusinessEvents has been installed in /opt/tibco, the user who installed TIBCO BusinessEvents should execute the following commands:

% chmod 755 /opt/tibco/be/<version_number>/bin/

(Other changes can be made using the chown command as needed.)

You can verify ownership and permissions using the long listing command, ls -l.