A-A+

为了修改文件test的许可模式 使其文件属主具有读 写和运行的权限 组和其他用户可以读和运行

2022-08-06 06:25:29 问答库 阅读 176 次

问题详情

为了修改文件test的许可模式,使其文件属主具有读、写和运行的权限,组和其他用户可以读和运行,可以采用的方法()。
A、chmod 755 test
B、chmod 700 test
C、chmod ux+rwx test
D、chmod g-w test

参考答案

参考答案:A

考点:文件,其他用户