Multiple choice What command do you use to delete files mv ls rm dd Reveal answer Fill a bubble to check yourself C Correct answer Explanation The rm command is used to remove (delete) files or directories. mv is for moving/renaming, ls for listing, and dd for data copying.