>> /etc/suid_profile > >Where do you get this one from ? I don't see in on my snv_50 Solaris >system.
Straight from the manual page: -p Disables processing of the $HOME/.profile file and uses the file /etc/suid_profile instead of the ENV file. This mode is on whenever the effective uid is not equal to the real uid, or when the effective gid is not equal to the real gid. Turning this off causes the effective uid and gid to be set to the real uid and gid. (It doesn't exist by default but is documented) Casper