groupdel (删除组)

舞夕之 发表于 2020-07-18 03:14
浏览次数:
在手机上阅读

在类Unix操作系统上,groupdel命令删除组。 本文档介绍Groupdel的GNU/Linux版本。

On Unix-like operating systems, the groupdel command removes a group. This document describes the GNU/Linux version of groupdel.

查看英文版

目录

1 groupdel 运行系统环境

2 groupdel 条件

3 groupdel 语法

4 groupdel 示例

groupdel 运行系统环境

unix

Unix&Linux

groupdel 条件

您不能删除任何现有用户的主要组;您必须先删除用户,然后再删除该用户的主要组。

您应该手动检查所有文件系统,以确保该组没有文件拥有。不会自动检查删除的组拥有的文件。

You may not remove the primary group of any existing user; you must remove the user before you remove that user's primary group.

You should manually check all file systems to ensure that no files remain owned by this group. groupdel will not automatically check for files owned by the deleted group.

查看英文版

查看中文版

groupdel 语法

groupdel group
构造

位于/etc/login.defs中的以下配置变量更改了groupdel的行为:

MAX_MEMBERS_PER_GROUP (数字)

每个组条目的最大成员数。当达到最大值时,将在/ etc / group中启动一个新的组条目(行)(具有相同的名称,相同的密码和相同的GID)。

默认值为0,表示组中的成员数量没有限制。

此“拆分组”功能主要用于限制组文件中的行长。这对于确保NIS(网络信息服务)组的行不大于1024个字符很有用。

如果您需要强制执行此限制,则可以使用25。

注意:其他工具和程序可能不支持拆分组。除非确实需要,否则不应使用此变量。

退出值

该命令groupdel命令退出以下值:

0

成功。

2

无效的命令语法!

6

指定的组不存在。

8

无法删除用户的主要组。

10

无法更新群组档案。

groupdel group
Configuration

The following configuration variable, located in;/etc/login.defs, changes the behavior of;groupdel:

MAX_MEMBERS_PER_GROUP;(number)

Maximum members per group entry. When the maximum is reached, a new group entry (line) is started in;/etc/group;(with the same name, same password, and same GID).

The default value is;0, meaning that there are no limits in the number of members in a group.

This "split group" feature is primarily used to limit the length of lines in the group file. This is useful to make sure that lines for;NIS;(Network Information Service) groups are not larger than 1024 characters.

If you need to enforce such limit, you can use;25.

Note:;split groups may not be supported by other tools and programs. You should not use this variable unless you really need it.

Exit Values

The;groupdel;command exits with the following values:

0

success.

2

invalid command syntax!

6

specified group doesn't exist.

8

can't remove user's primary group.

10

can't update group file.

查看英文版

查看中文版

groupdel 示例

groupdel newgroup

在本例中,groupdel命令将删除groupnewgroup。

groupdel newgroup

In this example, thegroupdelcommand would delete the groupnewgroup.

要使此命令起作用,您必须拥有超级用户权限或以root用户身份登录。

For this command to work you must have superuser rights or be logged in as root.

查看英文版

查看中文版

其他命令行

gzip,gunzip and zcat | gawk | getfacl | gpasswd | gprof | grep | groupadd | groupmod |

如此好文,分享给朋友
发表评论
验证码:
评论列表
共0条