diff --git a/pages/common/chown.md b/pages/common/chown.md index dbab20610..4bbc69dd9 100644 --- a/pages/common/chown.md +++ b/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}}`