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
1 changed files with 3 additions and 0 deletions

View File

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