groups in linux

/etc/group file format

May 28,93

The group membership in Linux is controlled through the /etc/group file. This is a simple text file that contains a …

Read More

Modify groups

May 28,93

To modify an existing group in Linux, the groupmod command is used. Using this command you can change the GID …

Read More

Delete groups

May 28,93

To delete a group in Linux, you can use a tool called delgroup. delgroup is a friendlier front-end to the …

Read More

Create groups

May 28,93

To create groups in Linux, you can use a tool called addgroup. addgroup is a friendlier front-end to the low …

Read More

Linux groups

May 28,93

A group in Linux is a collection of accounts that can be given special permissions on the system. For example, …

Read More
Geek University 2022