mirror of
https://github.com/cheat/cheat.git
synced 2025-11-05 16:25:27 +01: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