10 lines
156 B
Text
10 lines
156 B
Text
|
|
||
|
useradd <user> <password>
|
||
|
Adds a new user to the system.
|
||
|
|
||
|
passwd <user>
|
||
|
Changes a user's password.
|
||
|
|
||
|
userdel <user>
|
||
|
Remove a user from the system.
|
||
|
|