To change the owner of a file/directory, become root by either logging in directly as the user root or use the su command as a normal user. Type the following command:
chown owner linuxhq (where owner is the new owner and linuxhq is the name of the file or directory you want to change the owner of)
Thus, chown tchin linuxhq would change the owner of the file linuxhq to tchin.