eolas/neuron/0c4abb9b-c940-4636-84e0-b880b7c1ac8b/User_management_in_Linux.md

21 lines
406 B
Markdown
Raw Normal View History

2024-12-09 18:34:15 +00:00
---
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.