]> granicus.if.org Git - shadow/blob - man/grpck.8
[svn-upgrade] Integrating new upstream version, shadow (4.0.16)
[shadow] / man / grpck.8
1 .\"     Title: grpck
2 .\"    Author: 
3 .\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
4 .\"      Date: 06/06/2006
5 .\"    Manual: System Management Commands
6 .\"    Source: System Management Commands
7 .\"
8 .TH "GRPCK" "8" "06/06/2006" "System Management Commands" "System Management Commands"
9 .\" disable hyphenation
10 .nh
11 .\" disable justification (adjust text to left margin only)
12 .ad l
13 .SH "NAME"
14 grpck \- verify integrity of group files
15 .SH "SYNOPSIS"
16 .HP 6
17 \fBgrpck\fR [\-r] [\fIgroup\fR\ \fIshadow\fR]
18 .SH "DESCRIPTION"
19 .PP
20
21 \fBgrpck\fR
22 verifies the integrity of the system authentication information. All entries in the
23 \fI/etc/group\fR
24 and
25 \fI/etc/gshadow\fR
26 are checked to see that the entry has the proper format and valid data in each field. The user is prompted to delete entries that are improperly formatted or which have other uncorrectable errors.
27 .PP
28 Checks are made to verify that each entry has:
29 .TP 3n
30 \(bu
31 the correct number of fields
32 .TP 3n
33 \(bu
34 a unique group name
35 .TP 3n
36 \(bu
37 a valid list of members and administrators
38 .sp
39 .RE
40 .PP
41 The checks for correct number of fields and unique group name are fatal. If the entry has the wrong number of fields, the user will be prompted to delete the entire line. If the user does not answer affirmatively, all further checks are bypassed. An entry with a duplicated group name is prompted for deletion, but the remaining checks will still be made. All other errors are warnings and the user is encouraged to run the
42 \fBgroupmod\fR
43 command to correct the error.
44 .PP
45 The commands which operate on the
46 \fI/etc/group\fR
47 file are not able to alter corrupted or duplicated entries.
48 \fBgrpck\fR
49 should be used in those circumstances to remove the offending entry.
50 .SH "OPTIONS"
51 .PP
52 By default,
53 \fBgrpck\fR
54 operates on the files
55 \fI/etc/group\fR
56 and
57 \fI/etc/gshadow\fR. The user may select alternate files with the
58 \fIgroup\fR
59 and
60 \fIshadow\fR
61 parameters. Additionally, the user may execute the command in read\-only mode by specifying the
62 \fB\-r\fR
63 flag. This causes all questions regarding changes to be answered
64 \fIno\fR
65 without user intervention.
66 \fBgrpck\fR
67 can also sort entries in
68 \fI/etc/group\fR
69 and
70 \fI/etc/gshadow\fR
71 by GID. To run it in sort mode pass it
72 \fB\-s\fR
73 flag. No checks are performed then, it just sorts.
74 .SH "FILES"
75 .TP 3n
76 \fI/etc/group\fR
77 Group account information.
78 .TP 3n
79 \fI/etc/gshadow\fR
80 Secure group account information.
81 .TP 3n
82 \fI/etc/passwd\fR
83 User account information.
84 .SH "SEE ALSO"
85 .PP
86
87 \fBgroup\fR(5),
88 \fBpasswd\fR(5),
89 \fBshadow\fR(5),
90 \fBgroupmod\fR(8).
91 .SH "EXIT VALUES"
92 .PP
93 The
94 \fBgrpck\fR
95 command exits with the following values:
96 .TP 3n
97 \fI0\fR
98 success
99 .TP 3n
100 \fI1\fR
101 invalid command syntax
102 .TP 3n
103 \fI2\fR
104 one or more bad group entries
105 .TP 3n
106 \fI3\fR
107 can't open group files
108 .TP 3n
109 \fI4\fR
110 can't lock group files
111 .TP 3n
112 \fI5\fR
113 can't update group files
114