在chmod命令中,-v参数的作用是()。
第1题:
A. chmod a-x mm.txt
B. chmod o-x mm.txt
C. chmod -x mm.txt
D. chmod ugo-x mm.txt
第2题:
A.chmod777file
B.chmod+xfile
C.chownrootfile
D.chownexefile
第3题:
A.chmod666a.txt
B.chmod777a.txt
C.chmod755a.txt
D.chmod555a.txt
第4题:
第5题:
●在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
第6题:
使用chmod命令修改文件权限时,可以使用的有关用户的选项参数有( )。
A、g
B、u
C、a
D、o
第7题:
A. chmod +x install.sh
B. chmod -x install.sh
C. chown +x install.sh
D. chown -x install.sh
第8题:
为脚本程序指定执行权的命令及参数是 chmod a+x filename 。
第9题:
A.rd
B.cd
C.fcheck
D.chmod
第10题:
在linux系统中,对一个重要文件test,可以实现所有用户都有读和执行权限的命令是()。