2 examples for chown

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