Assigning Rights to the Siebel File System on UNIX
Use the following procedure to assign the appropriate rights to the Siebel File System on UNIX.
To assign the appropriate rights to the Siebel File System on UNIX
Log in as root to the file system server.
Using the appropriate administrative tools for your UNIX operating system, verify that only the Siebel Service account and the Siebel administrator have read, write, and execute permissions to the Siebel File System directory; remove permissions to the Siebel File System directory for all other users.
For example, run the following command to remove all permissions (read, write, and execute) to the Siebel File System directory for all users and groups except the owner of the Siebel File System directory (Siebel Service account):
chmod -R go-rwx FileSystemDirectory
where
FileSystemDirectory
is the name of the Siebel File System directory.