mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
15 lines
309 B
Plaintext
15 lines
309 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# groupdel
|
|
|
|
> Delete existing user groups from the system.
|
|
> See also: `groups`, `groupadd`, `groupmod`.
|
|
> More information: <https://manned.org/groupdel>.
|
|
|
|
- Delete an existing group:
|
|
|
|
`sudo groupdel {{group_name}}`
|