2007-10-07 17:16:16 +05:30
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<refentry id='grpck.8'>
|
2007-10-07 20:06:51 +05:30
|
|
|
<!-- $Id: grpck.8.xml,v 1.19 2006/10/28 12:29:04 kloczek Exp $ -->
|
2007-10-07 17:16:16 +05:30
|
|
|
<refmeta>
|
|
|
|
<refentrytitle>grpck</refentrytitle>
|
|
|
|
<manvolnum>8</manvolnum>
|
2007-10-07 17:17:11 +05:30
|
|
|
<refmiscinfo class="sectdesc">System Management Commands</refmiscinfo>
|
2007-10-07 17:16:16 +05:30
|
|
|
</refmeta>
|
|
|
|
<refnamediv id='name'>
|
|
|
|
<refname>grpck</refname>
|
|
|
|
<refpurpose>verify integrity of group files</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
|
|
|
|
<refsynopsisdiv id='synopsis'>
|
|
|
|
<cmdsynopsis>
|
|
|
|
<command>grpck</command> <arg choice='opt'>-r </arg>
|
|
|
|
<arg choice='opt'>
|
2007-10-07 17:17:01 +05:30
|
|
|
<arg choice='plain'><replaceable>group</replaceable></arg>
|
|
|
|
<arg choice='plain'><replaceable>shadow</replaceable></arg>
|
2007-10-07 17:16:16 +05:30
|
|
|
</arg>
|
|
|
|
</cmdsynopsis>
|
|
|
|
</refsynopsisdiv>
|
2007-10-07 17:17:01 +05:30
|
|
|
|
2007-10-07 17:16:16 +05:30
|
|
|
<refsect1 id='description'>
|
|
|
|
<title>DESCRIPTION</title>
|
|
|
|
<para>
|
2007-10-07 20:06:51 +05:30
|
|
|
The <command>grpck</command> command verifies the integrity of the
|
|
|
|
system authentication information. All entries in the
|
2007-10-07 17:16:16 +05:30
|
|
|
<filename>/etc/group</filename> and <filename>/etc/gshadow</filename>
|
|
|
|
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
|
2007-10-07 17:16:25 +05:30
|
|
|
improperly formatted or which have other uncorrectable errors.
|
2007-10-07 17:16:16 +05:30
|
|
|
</para>
|
2007-10-07 17:17:01 +05:30
|
|
|
|
2007-10-07 17:16:16 +05:30
|
|
|
<para>Checks are made to verify that each entry has:</para>
|
2007-10-07 17:16:25 +05:30
|
|
|
|
|
|
|
<itemizedlist mark='bullet'>
|
|
|
|
<listitem>
|
2007-10-07 17:17:01 +05:30
|
|
|
<para>the correct number of fields</para>
|
2007-10-07 17:16:25 +05:30
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2007-10-07 17:17:01 +05:30
|
|
|
<para>a unique group name</para>
|
2007-10-07 17:16:25 +05:30
|
|
|
</listitem>
|
|
|
|
<listitem>
|
2007-10-07 17:17:01 +05:30
|
|
|
<para>a valid list of members and administrators</para>
|
2007-10-07 17:16:25 +05:30
|
|
|
</listitem>
|
2007-10-07 17:17:01 +05:30
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
The checks for correct number of fields and unique group name are
|
2007-10-07 17:16:16 +05:30
|
|
|
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
|
2007-10-07 17:16:25 +05:30
|
|
|
is encouraged to run the <command>groupmod</command> command to
|
2007-10-07 17:16:16 +05:30
|
|
|
correct the error.
|
|
|
|
</para>
|
2007-10-07 17:17:01 +05:30
|
|
|
|
|
|
|
<para>
|
|
|
|
The commands which operate on the <filename>/etc/group</filename> file
|
|
|
|
are not able to alter corrupted or duplicated entries.
|
2007-10-07 17:16:16 +05:30
|
|
|
<command>grpck</command> should be used in those circumstances to
|
|
|
|
remove the offending entry.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
2007-10-07 17:17:01 +05:30
|
|
|
|
2007-10-07 17:16:16 +05:30
|
|
|
<refsect1 id='options'>
|
|
|
|
<title>OPTIONS</title>
|
|
|
|
<para>
|
|
|
|
By default, <command>grpck</command> operates on the files
|
|
|
|
<filename>/etc/group</filename> and <filename>/etc/gshadow</filename>.
|
|
|
|
The user may select alternate files with the <emphasis
|
|
|
|
remap='I'>group</emphasis> and <emphasis remap='I'>shadow</emphasis>
|
|
|
|
parameters. Additionally, the user may execute the command in
|
|
|
|
read-only mode by specifying the <option>-r</option> flag. This causes
|
2007-10-07 17:17:01 +05:30
|
|
|
all questions regarding changes to be answered <emphasis>no</emphasis>
|
|
|
|
without user intervention. <command>grpck</command> can also sort
|
|
|
|
entries in <filename>/etc/group</filename> and
|
|
|
|
<filename>/etc/gshadow</filename> by GID. To run it in sort mode pass
|
|
|
|
it <option>-s</option> flag. No checks are performed then, it just
|
|
|
|
sorts.
|
2007-10-07 17:16:16 +05:30
|
|
|
</para>
|
|
|
|
</refsect1>
|
2007-10-07 17:17:01 +05:30
|
|
|
|
2007-10-07 17:16:16 +05:30
|
|
|
<refsect1 id='files'>
|
|
|
|
<title>FILES</title>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
2007-10-07 17:17:01 +05:30
|
|
|
<term><filename>/etc/group</filename></term>
|
|
|
|
<listitem>
|
2007-10-07 17:17:33 +05:30
|
|
|
<para>Group account information.</para>
|
2007-10-07 17:17:01 +05:30
|
|
|
</listitem>
|
2007-10-07 17:16:16 +05:30
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
2007-10-07 17:17:01 +05:30
|
|
|
<term><filename>/etc/gshadow</filename></term>
|
|
|
|
<listitem>
|
2007-10-07 17:17:33 +05:30
|
|
|
<para>Secure group account information.</para>
|
2007-10-07 17:17:01 +05:30
|
|
|
</listitem>
|
2007-10-07 17:16:16 +05:30
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
2007-10-07 17:17:01 +05:30
|
|
|
<term><filename>/etc/passwd</filename></term>
|
|
|
|
<listitem>
|
2007-10-07 17:17:33 +05:30
|
|
|
<para>User account information.</para>
|
2007-10-07 17:17:01 +05:30
|
|
|
</listitem>
|
2007-10-07 17:16:16 +05:30
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</refsect1>
|
2007-10-07 17:17:01 +05:30
|
|
|
|
2007-10-07 17:16:16 +05:30
|
|
|
<refsect1 id='see_also'>
|
|
|
|
<title>SEE ALSO</title>
|
2007-10-07 17:17:01 +05:30
|
|
|
<para>
|
|
|
|
<citerefentry>
|
|
|
|
<refentrytitle>group</refentrytitle><manvolnum>5</manvolnum>
|
2007-10-07 17:16:16 +05:30
|
|
|
</citerefentry>,
|
|
|
|
<citerefentry>
|
2007-10-07 17:17:01 +05:30
|
|
|
<refentrytitle>passwd</refentrytitle><manvolnum>5</manvolnum>
|
2007-10-07 17:16:16 +05:30
|
|
|
</citerefentry>,
|
|
|
|
<citerefentry>
|
2007-10-07 17:17:01 +05:30
|
|
|
<refentrytitle>shadow</refentrytitle><manvolnum>5</manvolnum>
|
2007-10-07 17:16:16 +05:30
|
|
|
</citerefentry>,
|
|
|
|
<citerefentry>
|
2007-10-07 17:17:01 +05:30
|
|
|
<refentrytitle>groupmod</refentrytitle><manvolnum>8</manvolnum>
|
|
|
|
</citerefentry>.
|
2007-10-07 17:16:16 +05:30
|
|
|
</para>
|
|
|
|
</refsect1>
|
2007-10-07 17:17:01 +05:30
|
|
|
|
2007-10-07 17:16:16 +05:30
|
|
|
<refsect1 id='exit_values'>
|
|
|
|
<title>EXIT VALUES</title>
|
2007-10-07 17:16:25 +05:30
|
|
|
<para>
|
|
|
|
The <command>grpck</command> command exits with the following values:
|
|
|
|
<variablelist>
|
2007-10-07 17:17:01 +05:30
|
|
|
<varlistentry>
|
|
|
|
<term><replaceable>0</replaceable></term>
|
|
|
|
<listitem>
|
|
|
|
<para>success</para>
|
|
|
|
</listitem>
|
2007-10-07 17:16:25 +05:30
|
|
|
</varlistentry>
|
2007-10-07 17:17:01 +05:30
|
|
|
<varlistentry>
|
|
|
|
<term><replaceable>1</replaceable></term>
|
|
|
|
<listitem>
|
|
|
|
<para>invalid command syntax</para>
|
|
|
|
</listitem>
|
2007-10-07 17:16:25 +05:30
|
|
|
</varlistentry>
|
2007-10-07 17:17:01 +05:30
|
|
|
<varlistentry>
|
|
|
|
<term><replaceable>2</replaceable></term>
|
|
|
|
<listitem>
|
|
|
|
<para>one or more bad group entries</para>
|
|
|
|
</listitem>
|
2007-10-07 17:16:25 +05:30
|
|
|
</varlistentry>
|
2007-10-07 17:17:01 +05:30
|
|
|
<varlistentry>
|
|
|
|
<term><replaceable>3</replaceable></term>
|
|
|
|
<listitem>
|
|
|
|
<para>can't open group files</para>
|
|
|
|
</listitem>
|
2007-10-07 17:16:25 +05:30
|
|
|
</varlistentry>
|
2007-10-07 17:17:01 +05:30
|
|
|
<varlistentry>
|
|
|
|
<term><replaceable>4</replaceable></term>
|
|
|
|
<listitem>
|
|
|
|
<para>can't lock group files</para>
|
|
|
|
</listitem>
|
2007-10-07 17:16:25 +05:30
|
|
|
</varlistentry>
|
2007-10-07 17:17:01 +05:30
|
|
|
<varlistentry>
|
|
|
|
<term><replaceable>5</replaceable></term>
|
|
|
|
<listitem>
|
|
|
|
<para>can't update group files</para>
|
|
|
|
</listitem>
|
2007-10-07 17:16:25 +05:30
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</para>
|
2007-10-07 17:16:16 +05:30
|
|
|
</refsect1>
|
|
|
|
</refentry>
|