删除用户组
groupdel group
groupdel命令用于删除指定的用户组,修改/etc/group等文件。其中,group是一个用户组名或用户组ID。注意,删除时指定的用户组必须存在。
在删除用户组时,不能删除现有用户的主用户组。如果确有必要,应首先删除每一个用户成员,然后才能删除用户组。
1. 删除一个普通用户组。
# groupdel math #
2. 在删除一个多用户共享的主用户组时,首先要删除其中的每一个用户,最后才能删除用户组。
# groupdel ug groupdel: cannot remove the primary group of user 'test2' # userdel test2 # groupdel ug groupdel: cannot remove the primary group of user 'test3' # userdel test3 # groupdel ug #
索引:A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z