问题详情
现在将/目录下的www文件权限改为只有主用户有执行的权限,其他人都没有()。
A、chmod 100 /www
B、chmod 001 /www
C、chmod u+x,g-x,o-x /www
D、chmod o-x,g-x,u-x /www