This is a command related to account and group management. The groupadd command is only executable by the superuser. Groups created using groupadd can then be used with the useradd command using "-g" to set the primary group or "-G" to set supplementary groups.
Example: (Logged in as "root")# groupadd cowork ←dds a group named "cowork" |