Linux用户和组的操作(十二) 删除用户组 groupdel

使用groupdel命令删除用户组。

[root@localhost ~]# groupdel httpd

[root@localhost ~]# groupdel stonetest1

直接删除用户组httpdstonetest1

[root@localhost ~]# groupdel testuser

groupdel: cannot remove user's primary group.

#为什么testuser这个用户组不能删除呢?留到下篇讲。

 

你可能感兴趣的:(linux,groupdel)