Multiple choice technology operating systems

what is the command to change ownership of a file?

  1. change

  2. setfscl

  3. chown

  4. 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.