mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 19:53:33 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,8 +15,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Create a new system group:
|
||||
|
||||
`sudo groupadd --system {{group_name}}`
|
||||
`sudo groupadd {{[-r|--system]}} {{group_name}}`
|
||||
|
||||
- Create a new group with the specific groupid:
|
||||
|
||||
`sudo groupadd --gid {{id}} {{group_name}}`
|
||||
`sudo groupadd {{[-g|--gid]}} {{id}} {{group_name}}`
|
||||
|
||||
Reference in New Issue
Block a user