Add an account
useradd [options] username
Set password
passwd [options] username
Delete account
userdel [options] username
Modify account
usermod [options] username
Add a group
groupadd [options] GROUP
Delete group
groupdel [options] GROUP
Modified on: Mon, 7 Dec, 2020 at 6:09 PM
Add an account
useradd [options] username
Set password
passwd [options] username
Delete account
userdel [options] username
Modify account
usermod [options] username
Add a group
groupadd [options] GROUP
Delete group
groupdel [options] GROUP
Did you find it helpful? Yes No
Send feedback