Multiple choice technology operating systems Command to remove directory which is having few files inside. rmdir rm rm -r None Reveal answer Fill a bubble to check yourself C Correct answer Explanation The rm -r (recursive) command is used in Unix/Linux to remove a directory along with all of its contents, including files and subdirectories.