Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 330 Bytes

File metadata and controls

4 lines (3 loc) · 330 Bytes

chown rc

  • HOWTO Symlink owner chown -h --no-dereference your-user:your-group path/to/your/file Change symbolic link owner.
  • HOWTO Change recursive chown -R --recursive your-user:your-group path/to/your/dir1 path/to/your/dir2 Recursively change directory owner.