Unix and Linux Discussions Tagged with group |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
3,988 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
4,159 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
12,529 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
2,569 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
4,016 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,281 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
7,071 |
AIX |
|
|
|
5 |
1,841 |
Shell Programming and Scripting |
|
|
|
1 |
4,798 |
Solaris |
|
|
|
14 |
4,358 |
Shell Programming and Scripting |
|
|
|
2 |
3,522 |
Programming |
|
|
|
5 |
2,522 |
Shell Programming and Scripting |
|
|
|
4 |
3,854 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,636 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
20,210 |
Red Hat |
|
|
|
2 |
2,676 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
3,155 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,628 |
Shell Programming and Scripting |
|
|
|
5 |
16,612 |
HP-UX |
|
|
|
2 |
3,015 |
Solaris |
|
|
|
1 |
2,574 |
Shell Programming and Scripting |
|
|
|
0 |
5,083 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
4,137 |
Shell Programming and Scripting |
|
|
|
5 |
7,936 |
Shell Programming and Scripting |
|
|
|
5 |
6,170 |
UNIX for Advanced & Expert Users |
|
|
|
17 |
88,664 |
Shell Programming and Scripting |
|
|
|
9 |
78,980 |
Linux |
|
|
|
4 |
11,047 |
Solaris |
|
|
|
0 |
1,396 |
Software Releases - RSS News |
|
|
|
2 |
5,947 |
Solaris |
|
|
|
3 |
11,124 |
HP-UX |
|
|
|
0 |
1,184 |
Software Releases - RSS News |
|
|
|
0 |
1,023 |
Software Releases - RSS News |
|
|
|
0 |
6,121 |
Shell Programming and Scripting |
|
|
|
4 |
13,362 |
AIX |
|
|
|
5 |
10,715 |
Shell Programming and Scripting |
|
|
|
0 |
1,248 |
Software Releases - RSS News |
|
|
|
0 |
1,388 |
Software Releases - RSS News |
|
|
|
2 |
6,121 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
20,683 |
AIX |
GROUP(8) BSD System Manager's Manual GROUP(8)
NAME
group -- manage group information on the system
SYNOPSIS
group add [options] group
group del [options] group
group info [options] group
group mod [options] group
DESCRIPTION
The group utility acts as a frontend to the groupadd(8), groupmod(8), groupinfo(8), and groupdel(8) commands. The utilities by default are
built with EXTENSIONS. This allows for further functionality.
For a full explanation of the options available, please see the relevant manual page.
EXIT STATUS
The group utility exits 0 on success, and >0 if an error occurs.
SEE ALSO
group(5), groupadd(8), groupdel(8), groupinfo(8), groupmod(8)
HISTORY
The group utility first appeared in NetBSD 1.5. It is based on the addnerd package by the same author.
AUTHORS
The group utility was written by Alistair G. Crooks <agc@NetBSD.org>.
BSD
November 7, 2005 BSD