|
Linux: substitute user with su commandRunning $ su
Password:
# whoami
root
To switch to another user, specify the username as the sole argument: $ su someuser
Password:
$ whoami
someuser
When you use |
|
Linux: substitute user with su commandRunning $ su
Password:
# whoami
root
To switch to another user, specify the username as the sole argument: $ su someuser
Password:
$ whoami
someuser
When you use |