How Chown Recursively Change File/Directory Ownership in Linux
The chown command in Linux is used to change the ownership and group ownership of a files/directories. In Linux, all files, directories and processes (which are again files) are owned by users. The group is a set of users that share the same access permissions (i.e., read, write and execute) for that objects(files/directories).
https://linoxide.com/linux-command/how-change-file-ownership-with-linux-chown-command/