You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
411 B

This file contains ambiguous Unicode characters!

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。
若该群组中仍包括某些用户,则必须先删除这些用户后,方能删除群组
## 选项
```markdown
用法groupdel [选项] 组
-R, --root CHROOT_DIR chroot到的目录
```
## 实例
```bash
groupdel damon # 删除damon工作组
```