su(1)
NAME
su − substitute user id temporarily
SYNTAX
su [ userid ]
DESCRIPTION
The su command requests the password of the specified userid. If the correct password is given, su changes to that userid without changing the current directory. The user environment is unchanged except for HOME and SHELL which are taken from the password file entry for userid. The shell that is run is also taken from the password file entry for userid. The new user ID stays in force until the shell exits.
If no userid is specified, ‘root’ is assumed. To remind the superuser of his responsibilities, the shell substitutes ‘#’ for its usual prompt.
FILES
/usr/adm/sulog
Log file of anyone who became root, with a date mark.