Chown

Chown

The chown command (abbreviation for change owner) is used on Unix-like systems to change the owner of a file. In most implementations, it can only be executed by the superuser, to prevent users simply changing ownership of files that aren't theirs to access. Unprivileged (regular) users who wish to change the group of a file that they own may use chgrp.

Read more about Chown.