【单选题】
在linux系统中,用命令rmdir删除/test/test1目录,当/test目录为空时,希望一并删除,以下要用到的参数是()。
A、r
B、R
C、p
D、f
A、r
B、R
C、p
D、f
A、rmdir -r /test/test1 B、rmdir -p /test/test1 C、rmdir -R /test/test1 D、rmdir -l /test/test1
A、rm -rf /tmp/test B、rmdir /tmp/test C、rm -r /tmp/test D、rm -r -f /tmp/test E、rm -f /tmp/test