group - manage group information on the system
group add [-ov] [-g gid] group
group del [-v] group
group info [-ev] group
group mod [-ov] [-g gid] [-n newname] group
The group utility acts as a frontend to the groupadd(8),
groupmod(8),
groupinfo(8), and groupdel(8) commands.
For a full explanation of the options, please see the relevant manual
page.
The group utility exits 0 on success, and >0 if an error occurs.
group(5), groupadd(8), groupdel(8), groupinfo(8), groupmod(8), user(8)
The group utility first appeared in OpenBSD 2.7.
The group utility was written by Alistair G. Crooks
<agc@NetBSD.org>.
OpenBSD 3.6 November 30, 1999
[ Back ] |