Multiple choice what command do you type in to change the file owner and group cp chown rm 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.