Provided by: passwd_4.2-3.1ubuntu5.4_amd64 bug

名称

       grpck - 检查组文件的完整性

大纲

       grpck [选项] [group [ shadow ]]

描述

       The grpck command verifies the integrity of the groups information. It checks that all
       entries in /etc/group and /etc/gshadow have the proper format and contain valid data. The
       user is prompted to delete entries that are improperly formatted or which have other
       uncorrectable errors.

       检查的项目有:

       •   正确的字段数

       •   一个唯一且有效的组名

       •   有效的组标识符 (仅 /etc/group)

       •   有效的成员和 管理员 列表。

       •   a corresponding entry in the /etc/gshadow file (respectively /etc/group for the
           gshadow checks)

       The checks for correct number of fields and unique group name are fatal. If an 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 groupmod command
       to correct the error.

       The commands which operate on the /etc/group and /etc/gshadow files are not able to alter
       corrupted or duplicated entries.  grpck should be used in those circumstances to remove
       the offending entries.

选项

       -r-s 选项不能联合使用。

       grpck 可以接受的选项有:

       -h, --help
           现实帮助信息并退出。

       -r, --read-only
           Execute the grpck command in read-only mode. This causes all questions regarding
           changes to be answered no without user intervention.

       -R, --root CHROOT_DIR
           Apply changes in the CHROOT_DIR directory and use the configuration files from the
           CHROOT_DIR directory.

       -s, --sort
           根据 GID 在 /etc/group/etc/gshadow 中进行排序。

       By default, grpck operates on /etc/group and /etc/gshadow. The user may select alternate
       files with the group and shadow parameters.

配置文件

/etc/login.defs 中有如下配置变量,可以用来更改此工具的行为:

       MAX_MEMBERS_PER_GROUP (number)
           每个组条目的最大成员数。达到最大值时,在 /etc/group 开始一个新条目(行)(使用同样的名
           称,同样的密码,同样的 GID)。

           默认值是 0,意味着组中的成员数没有限制。

           此功能(分割组)允许限制组文件中的行长度。这对于确保 NIS 组的行比长于 1024 字符。

           如果要强制这个限制,可以使用 25。

           注意:分割组可能不受所有工具的支持(甚至在 Shadow 工具集中)。您不应该使用这个变量,除非
           真的需要。

文件

       /etc/group
           组账户信息。

       /etc/gshadow
           安全组账户信息。

       /etc/passwd
           用户账户信息。

退出值

       grpck 可以返回如下值:

       0
           成功

       1
           无效的命令语法

       2
           一个或多个坏掉的组条目

       3
           无法打开组文件

       4
           无法锁定组文件

       5
           无法更新组文件

参见

       group(5), groupmod(8), gshadow(5),passwd(5), pwck(8), shadow(5).