mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 19:00:46 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user