This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
groupdel
===
用于删除指定的工作组
## 说明
**groupdel命令** 用于删除指定的工作组,本命令要修改的系统文件包括/ect/group和/ect/gshadow。若该群组中仍包括某些用户,则必须先删除这些用户后,方能删除群组。
### 语法
```
groupdel(参数)
### 参数
组:要删除的工作组名。
### 实例
groupadd damon //创建damon工作组
groupdel damon //删除这个工作组