如果执行命令#chmod 746 file.txt,那么该文件的权限是()。
第1题:
A、FIL和PSH
B、PSH和URG
C、UGR和FIN
D、FIL和FIN
第2题:
A.chmod+s/tmp
B.chmod775/tmp
C.chmod1777/tmp
D.chmod4755/tmp
第3题:
A. chmod ugo+rwx commfile
B. chmod 751 commfile
C. chmod ugo-rwx commfile
D. chmod 777 commfile
第4题:
●在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
第5题:
A、FILE *FP; FP=fopen("fil2","r");
B、FILE *FP; FP=fopen("fil2","rb");
C、FILE *FP; FP=fopen("fil2","wb+");
D、FILE *FP; FP=fopen("fil2","rb+");
第6题:
A.chmod +S /commonfiles
B.chmod 4775 /commonfiles
C.chmod 1777 /commonfiles
D.chmod -orgx /commonfiles
第7题:
A.chmod-R775/stuff
B.chmod-h002/stuff
C.chmod-R577/stuff
D.chmodug+rwx,o+rx/stuff
第8题:
A.chmod777文件名
B.chmod676文件名
C.chmod+x文件名
D.以上都不对
第9题:
为了修改文件test的许可模式,使其文件属主具有读、写和运行的权限,组和其他用户可以读和运行,可以采用的方法( )。
A、chmod 755 test
B、chmod 700 test
C、chmod ux+rwx test
D、chmod g-w test
第10题:
Linux中,为文件test.txt添加一个"其他用户可执行"权限时,使用()。