mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 19:50:01 +00:00
Update cheatsheets
This commit is contained in:
14
linux/groupdel
Normal file
14
linux/groupdel
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user