需要将一个文件file的权限修改为-rwxr-xr--,应该如何下达指令()?
A.chmod 777 file
B.chmod 754 file
C.chmod 500 file
D.chmod 644 file
正确答案:chmod 754 file
猜你喜欢