Multiple choice

what command do you type in to change the file owner and group

  1. cp

  2. chown

  3. rm

  4. pwd

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

chown stands for change owner and is used to modify the user and group ownership of a file. cp, rm, and pwd perform unrelated tasks.