What is the command to change the owner of a file?
C
Correct answer
Explanation
The 'chown' command (change owner) is used to change the owner and/or group of a file. 'chmod' changes permissions, not ownership. 'chgrp' changes only the group. 'tee' reads from standard input and writes to both standard output and files - it's unrelated to ownership changes.