groupadd COMMAND:
groupadd command is used to create a new group account.This is an admin command.
SYNTAX:
The Syntax is
groupadd [options] groupname
OPTIONS:
-g
The numerical value of the group's ID. This value must be unique.Values between 0 and 99 are typically reserved for system accounts.
-r
This flag instructs groupadd to add a system account.This option is suitable for Redhat linux only.
EXAMPLE:
groupadd hioxindia
Create a newgroup named as hioxindia.
Find LINUX Commands... Hope you enjoy this tutorial. We welcome your Valuable feedbacks or suggestions on this LINUX / UNIX cmd reference. This is a copyright content.