"chown" Command

Learn all about chown command

HOME

The concept of owner and groups for files is fundamental to Linux. Every file is associated with an owner and a group. You can use chown command to change the owner or the group of a particular file or directory.

root:~# ls -l my_file
-rw-r----- 1 root root 12 Jul 21 14:28 my_file

root -- User of File
root -- Group of File
          

More information can be found:

root:~# man chown
root:~# chown --h