mirror of
https://github.com/cheat/cheat.git
synced 2025-04-11 12:06:06 +02:00
Adding reference example to chown
This commit is contained in:
parent
0cc76a78a1
commit
ffd8ec833f
@ -6,3 +6,6 @@ chown user:group file
|
||||
|
||||
# Change owner recursively
|
||||
chown -R user directory
|
||||
|
||||
# Change ownership to match another file
|
||||
chown --reference=/path/to/ref_file file
|
Loading…
x
Reference in New Issue
Block a user