All UNIX Installations — Directory Permissions

Note:
  • This task is required for full installations. It is not typically required for service pack installations.
  • This step is required on all UNIX platforms.
  • If you use TIBCO BusinessEvents Decision Manager, refer to its installation guide for additional actions.

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/5.2/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/5.2/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.