题目内容

文件test的访问权限为rw-r-----,现要增加所有者的执行权限,下列命令正确的是()。

A. chmod g+x test
B. chmod u+x test
C. chmod o+x test
D. chmod 555 test

查看答案
更多问题

如果执行命令chmod 644 test,则该文件的权限为()。

A. rwxr--rw-
B. rw-r--r--
C. --xr--rwx
D. rwxr--r--

怎样更改一个文件的权限设置()。

A. attrib
B. chown
C. chmod
D. change

文件test的访问权限为rw-r-----,现要增加其他人的读权限,下列命令正确的是()。

A. chmod g+r test
B. chmod u+r test
C. chmod o+r test
D. chmod o-r test

为了修改文件test的访问权限,使其文件所有者具有读、写、和执行的权限,组和其它用户可以读和执行,可以采用( )方法。

A. chmod 755 test
B. chmod 700 test
C. chmod uo+rwx test
D. chmod g-w test

答案查题题库