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

@@ -14,11 +14,11 @@ source: https://github.com/tldr-pages/tldr.git
- Recursively change the owner group of a directory and its contents:
`chgrp -R {{group}} {{path/to/directory}}`
`chgrp {{[-R|--recursive]}} {{group}} {{path/to/directory}}`
- Change the owner group of a symbolic link:
`chgrp -h {{group}} {{path/to/symlink}}`
`chgrp {{[-h|--no-dereference]}} {{group}} {{path/to/symlink}}`
- Change the owner group of a file/directory to match a reference file: