1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-18 14:16:05 +02:00

Merge branch 'chown-chgrp' of https://github.com/gbremer/cheat into gbremer-chown-chgrp

* 'chown-chgrp' of https://github.com/gbremer/cheat:
  Adding reference example to chown
This commit is contained in:
Chris Lane 2013-09-23 20:40:15 -04:00
commit f52c0d59ba

@ -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