Multiple choice Which of the following commands is used to delete files in UNIX? $ mv chap1 chap2 $ rm chap1 chap2 $ cp chap1 chap2 $ cat dept.1st None of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation rm command deletes one or more files.