eolas/neuron/7f1b1cb6-21bf-4030-bc1f-2652dc5970ea/User_management_in_Linux.md
2025-01-16 07:08:09 +00:00

406 B

tags
Linux
procedural

User management

Switch user

If already logged in as a user you can switch users with the command su - [username].

Login as root

If you are logged in as a standard user, if you use su - without specifying a username, then it will assume you wish to log in as root.

If you wish to login as root in the tty at startup, then use root as the username.