mirror of https://github.com/cheat/cheat.git
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
|
# 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 New Issue