Multiple choice technology operating systems

how to change the ownership of the file

  1. chmod

  2. chowner

  3. chown

  4. others

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

chown (change owner) is the correct command to change file ownership. chmod changes permissions, not ownership. There is no 'chowner' command in Unix.