chmod 744 test命令执行的结果是()。
第1题:
Test命令执行之后的结果是()。
A、0
B、1
C、-1
D、0或非0
第2题:
Solaris操作系统下,下面哪个命令可以修改/n2kuser/.profile文件的属性为所有用户可读、科协、可执行?()
A、chmod744/n2kuser/.profile
B、chmod755/n2kuser/.profile
C、chmod766/n2kuser/.profile
D、chmod777/n2kuser/.profile
第3题:
A. chmod ugo+rwx commfile
B. chmod 751 commfile
C. chmod ugo-rwx commfile
D. chmod 777 commfile
第4题:
第5题:
A.chmod777file
B.chmod+xfile
C.chownrootfile
D.chownexefile
第6题:
为脚本程序指定执行权的命令及参数是 chmod a+x filename 。
第7题:
为了修改文件test的许可模式,使其文件属主具有读、写和运行的权限,组和其他用户可以读和运行,可以采用的方法( )。
A、chmod 755 test
B、chmod 700 test
C、chmod ux+rwx test
D、chmod g-w test
第8题:
A.0
B.1
C.2
D.$?
第9题:
●在Linux中,可以使用命令(63)来给test文件赋予执行权限。
(63)
A. [root@root]#chmod -x test
B. [root@root]#chmod +x test
C. [root@root]#chmod -w test
D. [root@root]#chmod +w test
第10题: