Query: groupadd
OS: netbsd
Section: 8
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GROUPADD(8) BSD System Manager's Manual GROUPADD(8)NAMEgroupadd -- add a group to the systemSYNOPSISgroupadd [-ov] [-g gid] [-r lowgid..highgid] groupDESCRIPTIONThe groupadd utility adds a group to the system. See group(8) for more information about EXTENSIONS. The options are as follows: -g gid Give the numeric group identifier to be used for the new group. -o Allow the new group to have a gid which is already in use for another group. -r lowgid..highgid Set the low and high bounds of a gid range for new groups. A new group can only be created if there are gids which can be assigned inside the range. This option is included if built with EXTENSIONS. -v Enable verbose mode - explain the commands as they are executed. This option is included if built with EXTENSIONS.EXIT STATUSThe groupadd utility exits 0 on success, and >0 if an error occurs.SEE ALSOgroup(5), group(8), user(8)HISTORYThe groupadd utility first appeared in NetBSD 1.5. It is based on the addnerd package by the same author.AUTHORSThe groupadd utility was written by Alistair G. Crooks <agc@NetBSD.org>.BSDNovember 7, 2005 BSD
Related Man Pages |
---|
group(8) - netbsd |
groupinfo(8) - netbsd |
groupadd(1m) - sunos |
groupadd(1m) - minix |
groupadd(1m) - opendarwin |
Similar Topics in the Unix Linux Community |
---|
groupadd: unable to lock group file |
File creation and auto-group assign |
How to group the output w/ limit |
group list |
RHEL 5.11 - gid issue |