1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 12:35:24 +02:00

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

chown: reference file
This commit is contained in:
Romain Prieto 2014-10-02 11:22:35 +10:00
commit 9203e186d7

View file

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