在Linux FC5系统中,更改/opt/target文件访问权限为所有者可读、写、执行,属组可读、执行,其它人仅允许读。执行命令()
A.chmod u+r+w+x g+r+x o+r /opt/target
B.chmod a+r u+w+x g+x /opt/target
C.chmod 754 /opt/target
D.chmod 023 /opt/target
正确答案是C