Explorar o código

Merge pull request #226 from akoenig/chown-reference-file

chown: reference file
Romain Prieto %!s(int64=10) %!d(string=hai) anos
pai
achega
9203e186d7
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      pages/common/chown.md

+ 4 - 0
pages/common/chown.md

@@ -17,3 +17,7 @@
 - change the owner of a symbolic link
  
 `chown -h {{user}} {{path/to/symlink}}`
+
+- use the owner and group of a reference file and apply those values to another file
+
+`chown --reference={{reference-file}} {{path/to/file}}`