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
su
su allows switching to another user account or becoming root.
Switch to user with login shell
su - username
Switch to root user
su
Run command as user
su -c "command" username