2 examples for chown
# change owner of entire directory recursively chown -R brouser:brogroup path/to/directory/
# Copy ownership from one directory/file to another chown --reference=otherfile thisfile
# change owner of entire directory recursively chown -R brouser:brogroup path/to/directory/
# Copy ownership from one directory/file to another chown --reference=otherfile thisfile