Switch User

Switch to another user account

user
switch
security

Command

su

Explanation

su allows switching to another user account or becoming root.

Examples

Switch to user with login shell

su - username

Switch to root user

su

Run command as user

su -c "command" username