RIP
Tutorial
Tags
Topics
Examples
eBooks
Tutorial by Examples
Setting your own password
passwd
Setting another user's password
Run the following as root: passwd username
Adding a user
Run the following as root: useradd username
Removing a user
Run the following as root: userdel username
Removing a user and its home folder
Run the following as root: userdel -r username
Listing groups the current user is in
groups More detailed information about user and group numerical IDs can be found with the id command.
Listing groups a user is in
groups username More detailed information about user and group numerical IDs can be found with id username.
Page 1 of 1
1
Cookie
This website stores cookies on your computer.
We use cookies to enhance your experience on our website and deliver personalized content.
For more details on our cookie usage, please review our
Cookie Policy
and
Privacy Policy
Accept all Cookies
Leave this website