Commands Help : groupadd | groupdel | groupmod

  •  create a new group

[SYNOPSIS] groupadd OPTION GROUP

option
-guse GID for the new group
# groupadd -g 510 group

[SYNOPSIS] groupdel GROUP

      • modify a group definition on the system
[SYNOPSIS] groupmod OPTION GROUP
option
-nchange the name to NEW_GROUP
# groupmod -n new_name group
-gchange the group ID to GID
# groupmod -g 600 group

Comments

Popular posts from this blog

LINUX Move and copy files using SSH

Java : Variables Declaring

SQL Self JOIN