adduser username
usermod -aG sudo username
# Switch to another user (with their environment) su - username # Switch to another user (keeping current environment) su username # Switch to root with environment sudo -i
Tip # See who is logged in who # See who is logged in with more details w
Tip
# See who is logged in who # See who is logged in with more details w