Skip to content

chown

Changes the owner of a directory or file.

Terminal window
chown (-R) [OWNER] [PATH]
  • (-R) — enables recursion mode
  • OWNER — the new owner of the specified file or directory
  • PATH — the path to the file or directory to change the permissions
Terminal window
chown volk /home/volk

Result:
Set the new owner of /home/volk to “volk”.