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. 正确 B. 错误