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