Penguin
Annotated edit history of groupmod(8) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 GROUPMOD
2 !!!GROUPMOD
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 FILES
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 groupmod - Modify a group
14 !!SYNOPSIS
15
16
17 __groupmod__ [[__-g__ ''gid'' [[__-o__]]
18 [[__-n__ ''group_name'' ] ''group''
19 !!DESCRIPTION
20
21
22 The __groupmod__ command modifies the system account
23 files to reflect the changes that are specified on the
24 command line. The options which apply to the ''groupmod''
25 command are
26
27
28 __-g__ ''gid''
29
30
31 The numerical value of the group's ID. This value must be
32 unique, unless the __-o__ option is used. The value must
33 be non-negative. Values between 0 and 99 are typically
34 reserved for system groups. Any files which the old group ID
35 is the file group ID must have the file group ID changed
36 manually.
37
38
39 __-n__ ''group_name''
40
41
42 The name of the group will be changed from ''group'' to
43 ''group_name''.
44 !!FILES
45
46
47 /etc/group - group information
48 /etc/gshadow - secure group information
49 !!SEE ALSO
50
51
52 chfn(1), chsh(1), useradd(8),
53 userdel(8), usermod(8), passwd(1),
54 groupadd(8), groupdel(8)
55 !!AUTHOR
56
57
58 Julianne Frances Haugh (jfh@austin.ibm.com)
59 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.