susu
[option
] [user
] [shell_args
]
Create a shell with the effective user ID of another user
(that is, login as user
). If no user
is specified, create a shell for a privileged user (that is, become a superuser). Enter EOF
to terminate. You can run the shell with particular options by passing them as shell_args
(e.g., if the shell runs sh
, you can specify su will inherit your environment settings. Administrators wishing to switch to a user's setup (perhaps to help them solve a problem) may wish to consider using this sequence: me$ Option |
|