问题
单项选择题
为了修改文件test的许可模式,使其文件属主具有读、写、和运行的权限,组和其它用户可以读和运行,可以采用()方法。
A.chmod 755 test
B.chmod 700 test
C.chmod ux+rwx test
D.chmod g-w test
答案
参考答案:A
为了修改文件test的许可模式,使其文件属主具有读、写、和运行的权限,组和其它用户可以读和运行,可以采用()方法。
A.chmod 755 test
B.chmod 700 test
C.chmod ux+rwx test
D.chmod g-w test
参考答案:A