-rwsr-s--x 1 oracle dba 65422428 Mar 31 16:53 oracle
it is the correct permission.
to make sure when oracle is running as user pracle and group dba.
To learn more details about "SUID, SGID, and Sticky Bits", please read
http://www.unix.org.ua/ore
http://www.zzee.com/soluti
If a script or program has permssions like:
-rwsr-s--x 1 root root 65422428 Mar 31 16:53 someapp
then you need to pay attention on what's someapp for.
Main Topics
Browse All Topics





by: TintinPosted on 2006-04-20 at 16:02:22ID: 16503280
None of the files have a sticky bit set.
If they had a sticky bit, it would look like:
-rwsr-s--t 1 oracle dba 2986436 Mar 31 14:12 dbsnmp
Sticky bits are most commonly used on directories. /tmp is a prime example where its permissions are 1777 (drwxrwxrwt). The sticky bit prevents users deleting files in /tmp that aren't owned by them even though there is group write permission.
I really hope your security team knows the difference between sticky and suid and guid bits.
Essentially the permissions allow any user who is in the 'dba' group to be able to access and run most (not all) things that the 'oracle' user can. If you don't have any users in the dba group, then you could possibilly change permissions