How to create and delete groups in Linux || groupadd || groupdel

Описание к видео How to create and delete groups in Linux || groupadd || groupdel

#groupadd #groupdel #linux #linuxessentials

How to create a group using groupadd command in Linux?
to create a new user use the groupadd command. The syntax is:
#groupadd groupname
The groupadd command can be executed only with admin permissions. The details of all users are available in /etc/group file
The options available with groupadd are
-g: to assign user to an existing group
-0: to assign same GID to multiple groups

For more details visit: https://dextutor.com/how-to-use-group...

The command to delete a user is groupdel. Syntax:
#groupdel groupname
Again this command can be executed only by the admin

For more details: https://dextutor.com/how-to-use-group...

Website Link: www.dextutor.com

All the material along with PPT is available at : https://dextutor.com/courses/linux-co...

Linux Essential Playlist: https://tinyurl.com/dextutorLinux

Operating System Playlist: https://tinyurl.com/dextutorOS

Operating System Lab Playlist: https://tinyurl.com/dextutorOSLab

Комментарии

Информация по комментариям в разработке