【单选题】
在对Linux 系统中dir目录及其子目录进行权限权限统一调整时所使用的命令是什么?()
A、rm -fr -755/dir
B、ls -755/dir
C、chmod 755 /dir/*
D、chmod -R 755 /dir
A、rm -fr -755/dir
B、ls -755/dir
C、chmod 755 /dir/*
D、chmod -R 755 /dir
A、mkdir -m 754 /test/dir B、mkdir -p 754 /test/dir C、mkdir -v 754 /test/dir D、mkdir -d 754 /test/dir
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