题目内容

执行命令umask,查看到系统为该用户设置的默认权限掩码为0002,则该用户新建目录时的默认权限就是()。

A. 644
B. 755
C. 664
D. 775

查看答案
更多问题

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

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

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

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

文件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--

答案查题题库