Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 202 Bytes

chown.md

File metadata and controls

8 lines (6 loc) · 202 Bytes

CHOWN

Comes from change owner. It can change file/folder owners and groups.

# Changes the owner of the file called `file.md` to `wheel` and the group to `root`
chown wheel:group file.md