网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
●在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
参考答案
更多 “ ●在Linux中,可以使用命令(63)来给test文件赋予执行权限。(63)A. [root@root]#chmod -x testB. [root@root]#chmod +x testC. [root@root]#chmod -w testD. [root@root]#chmod +w test ” 相关考题
考题
在Linux中,要求将文件mm.txt的所有使用者的文件执行权限删除。则下面所示命令中,哪一个是错的。()
A. chmod a-x mm.txtB. chmod o-x mm.txtC. chmod -x mm.txtD. chmod ugo-x mm.txt
考题
为了修改文件test的许可模式,使其文件属主具有读、写和运行的权限,组和其他用户可以读和运行,可以采用的方法( )。A、chmod 755 testB、chmod 700 testC、chmod ux+rwx testD、chmod g-w test
考题
在RedHat Linux 5 操作系统中,可采取哪条命令增加文件install.sh的可执行权限()
A. chmod +x install.shB. chmod -x install.shC. chown +x install.shD. chown -x install.sh
考题
Linux系统在默认情况下将创建的普通文件的权限设置为( ),若要将/test文件的权限设置为所有用户都具有读写执行的权限,则正确的命令是(请作答此空)。A.chmod-rw-r--r--/test
B.chmod test-r--r--r--
C.chmod-777/test
D.chmod-111/test
考题
在Linux中可以使用命令( )针对文件newfiles.txt为所有用户添加执行权限。A.chmod-x newfiles.txt
B.chmod+x newfiles.txt
C.chmod-w newfiles.txt
D.chmod+w newfiles.txt
考题
Linux系统在默认情况下将创建的普通文件的权限设置为(请作答此空),若要将/test文件的权限设置为所有用户都具有读写执行的权限,则正确的命令是( )。A.-rw-r--r--
B.-r--r--r--
C.-rw-rw-rwx
D.-rwxrwxrw-
考题
在linux系统中,对一个重要文件test,可以实现所有用户都有读和执行权限的命令是()。A、chmod a+rx testB、chmod a+wx testC、chmod o+rx testD、chmod u+rx test
考题
在linux系统中,递归地压缩/tmp/test6/目录下的所有文件,正确的命令是()。A、gzip -v /tmp/test6B、gzip /tmp/test6C、gzip -r /tmp/test6D、tar -czvfr /tmp/test6
考题
chmod 744 test命令执行的结果是()。A、test文件的所有者具有执行读写权限,文件所属的组合其它用户有读的权限B、test文件的所有者具有执行读写和执行权限,文件所属的组和其它用户有读的权限C、test文件的所有者具有执行读和执行权限,文件所属的组和其它用户有读的权限D、test文件的所有者具有执行读写和执行权限,文件所属的组和其它用户有读和写的权限
考题
下面()命令可以改变test目录中所有文件的权限。A、$chmod–a755 testB、$chmod–R755 testC、$chmod–X755 testD、chmod–o755test
考题
Linux中,为文件test.txt添加一个"其他用户可执行"权限时,使用()。A、chmod u+xtest.txtB、chmod a+xtest.txtC、chmod g+xtest.txtD、chmod o+xtest.txt
考题
在linux中,文件exer1的访问权限为rw-r--r--,现要增加所有用户的执行权限和同组用户的写权限,下列命令正确的是()A、chmod?a+x,?g+w?exer1B、chmod?775?exer1C、chmod?765exer1D、chmod?g?w?exer1
考题
在UNIX中,可用ls命令察看文件属性,一个文件file1的属性为“RW_R_ _ R _ _”,如果对文件赋予本用户读写执行权限,组内用户和其它用户读写权限,则使用()命令。A、chmod g+rw,o+r file1B、chmod 755 file1C、chmod g+rwx file1D、chmod 775 file1
考题
在SCO UNIX中,以下哪些命令使test文件的所有者对该文件有读、写、执行的权限而其他所有用户对该文件只有读权限。()A、chmod 744 testB、chmodu +rx testC、chmodg +r wtestD、chmod 755 test
考题
在linux系统中,用cp命令将/tmp/test中的文件到/tmp/test1中,不想拷贝目录本身,以下命令正确的是()。A、cp -R /tmp/test /tmp/test1B、cp -r /tmp/test /tmp/test1C、cp -R /tmp/test/. /tmp/test1D、cp /tmp/test /tmp/test1
考题
如果要将test文件的权限修改为755,可以使用下列()命令。A、chmod755testB、chmod-755testC、attribtest+SD、cacls/peveryone:FE、chmodu=rwx,go=rxtest
考题
在RedHat Linux 5 操作系统中,可采取哪条命令增加文件install.sh的可执行权限()A、chmod +x install.shB、chmod -x install.shC、chown +x install.shD、chown -x install.sh
考题
为了修改文件test的许可模式,使其文件属主具有读、写、和运行的权限,组和其它用户可以读和运行,可以采用()方法。A、chmod 755 testB、chmod 700 testC、chmod ux+rwx testD、chmod g-w test
考题
在Linux中,要求将文件mm.txt的所有使用者的文件执行权限删除。则下面所示命令中,哪一个是错的。()A、chmod a-x mm.txtB、chmod o-x mm.txtC、chmod -x mm.txtD、chmod ugo-x mm.txt
考题
单选题在linux系统中,用cp命令将/tmp/test中的文件到/tmp/test1中,不想拷贝目录本身,以下命令正确的是()。A
cp -R /tmp/test /tmp/test1B
cp -r /tmp/test /tmp/test1C
cp -R /tmp/test/. /tmp/test1D
cp /tmp/test /tmp/test1
考题
单选题在linux系统中,对一个重要文件test,可以实现所有用户都有读和执行权限的命令是()。A
chmod a+rx testB
chmod a+wx testC
chmod o+rx testD
chmod u+rx test
热门标签
最新试卷