
Wed Dec 20 2023
How to Create Users in Linux (useradd Command)
In Linux, you can create a user account and assign the user to different groups using the useradd command.
Read more

Fri Oct 02 2020
How to Add User to Group in Linux
Linux groups are organization units which are used to organize and administer user accounts in Linux. The main purpose of groups is to define a set of privileges such as reading, writing, or executing permission for a given resource that can be shared among the users within the group.

Tue May 05 2020
How to Delete Group in Linux (groupdel Command)
In Linux, groups are used to organize and administer user accounts. This article explains how to remove a group in Linux, using the groupdel command.

Mon Oct 07 2019
How to Create Groups in Linux (groupadd Command)
In this article, we will talk about how to create new groups in Linux, using the groupadd command. Groups are used to organize and administer user accounts.