使用groupdel命令删除用户组。

[root@localhost ~]# groupdel httpd

[root@localhost ~]# groupdel stonetest1

直接删除用户组httpdstonetest1

[root@localhost ~]# groupdel testuser

groupdel: cannot remove user's primary group.

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