Add & Delete Groups in Linux
We can easily add/delete groups in Linux using `groupadd`, `groupdel` commands.
Add/Delete Groups
Add User to Group
Sudo Group
Ussers who belong to sudo
group can execute commands with sudo
. To add a user to the sudo
group, run the following command.
After that, we can check the result.
List Groups
We can see groups exist in Linux using the following commands.
Last updated