mirror of https://github.com/CrimsonTome/tldr.git
Merge pull request #226 from akoenig/chown-reference-file
chown: reference filewaldyrious/alt-syntax
commit
9203e186d7
|
@ -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}}`
|
||||
|
|
Loading…
Reference in New Issue