$ groupadd linips
General format of command groupadd is:
groupadd [options] groupname
options are:
- --help
- -g, --GID gid -to assign Group ID
- -f, --force - -f with -g acts like -g not exist - GID another unique
- -K, --key KEY=VALUE
- -o, --non-unique - to add group with non unique GID
- -p, --password PASSWORD
- -r, --system - To create system group
No comments:
Post a Comment