Multiple choice technology operating systems what is the command to change ownership of a file? change setfscl chown chmod Reveal answer Fill a bubble to check yourself C Correct answer Explanation The chown command (change owner) is the Unix/Linux utility used to change file ownership. 'chmod' changes permissions, not ownership. Options A and B are not valid commands for changing ownership.