Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-13 00:18:34 +00:00
parent ffbd8c31db
commit 904f7fe0c1
46 changed files with 228 additions and 157 deletions

View File

@@ -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}}`