⌘
Ctrl
k
Home
Notes
WriteUps
Articles
Blog
Bookshelf
For the complete documentation index, see
llms.txt
. This page is also available as
Markdown
.
On this page
Notes
🐧
LINUX
Managing Users & Groups
Create User
Create user
Copy
sudo adduser <user_name>
Add passwrod for new user
Copy
sudo passwd <user_name>
Log in as another user
Copy
su - <user_name>
Previous
Add user to sudoers
Next
File Systems
Last updated
6 months ago