mirror of
https://github.com/cheat/cheat.git
synced 2025-09-03 02:28:29 +02:00
Adding reference example to chown
This commit is contained in:
@ -6,3 +6,6 @@ chown user:group file
|
|||||||
|
|
||||||
# Change owner recursively
|
# Change owner recursively
|
||||||
chown -R user directory
|
chown -R user directory
|
||||||
|
|
||||||
|
# Change ownership to match another file
|
||||||
|
chown --reference=/path/to/ref_file file
|
Reference in New Issue
Block a user