题目:如何删除一个非空子目录 /tmp() A.del /tmp/* B.rm -rf /tmp C.rm -Ra /tmp/* D.rm –rf /tmp/* 喵查答案:rm -rf /tmp 喜欢 (0)