mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 08:58:28 +01:00
Adding reference example to chown
This commit is contained in:
parent
0cc76a78a1
commit
ffd8ec833f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue