在linux系统中,删除/tmp/test目录及其子目录,用到的参数是()。
A、A、–f
B、B、–r
C、C、–i
D、D、–p
A、A、–f
B、B、–r
C、C、–i
D、D、–p
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
A、cp -R /tmp/test /tmp/test1 B、cp -r /tmp/test /tmp/test1 C、cp -R /tmp/test/. /tmp/test1 D、cp /tmp/test /tmp/test1
A、mv /tmp/test/oldfile newfile B、mv /tmp/test/oldfile /tmp/test/newfile C、mv oldfile /tmp/test/ D、mv oldfile newfile