Linux Notes
Linux Notes
system.
Comman Description
d
useradd Create new Linux user accounts and customize them by specifying various
options such as username, home directory, and user ID.
usermod Modify the attributes of a user account, such as the username, home directory,
user ID or group ID associated with a particular user.
userdel Delete a user account that is no longer needed from the system, ensuring that
the user no longer has access to the system resources.
groupdel Delete an existing group and all the files associated with that group.
chgrp Change the group ownership of a file or directory with this command.