UNIX command that will create a new
shell with the effective
user ID of another user (i.e.
login as that user). If no user is specified, then the shell created will be for the
superuser (
root).
su –c will allow a single command to be run as another user, then drop back in to the normal shell.
su (option) (user) (shell_args)