网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

在linux系统中,对一个重要文件test,可以实现所有用户都有读和执行权限的命令是()。

  • A、chmod a+rx test
  • B、chmod a+wx test
  • C、chmod o+rx test
  • D、chmod u+rx test

参考答案

更多 “在linux系统中,对一个重要文件test,可以实现所有用户都有读和执行权限的命令是()。A、chmod a+rx testB、chmod a+wx testC、chmod o+rx testD、chmod u+rx test” 相关考题
考题 使每个用户都可以读取和写入a.txt,相应命令为:() A.chmod666a.txtB.chmod777a.txtC.chmod755a.txtD.chmod555a.txt

考题 Linux系统中,若文件X的创建者希望对所有用户(包括其自身)可读写文件X但不可执行X,可用______命令完成。A.chown666XB.chmod666XC.chown777XD.chmod777X

考题 在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

考题 下列命令中可以将文件file的权限设置为可执行的是()。 A.chmod777fileB.chmod+xfileC.chownrootfileD.chownexefile

考题 ●在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系统在默认情况下将创建的普通文件的权限设置为( ),若要将/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

考题 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系统中,chmod命令可以修改文件的访问权限比特位。

考题 在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

考题 文件exer1的访问权限为rw-r--r--,现要增加所有用户的执行权限和同组用户的写权限,下列命令正确的是()。A、chmod a+xg+w exer1B、chmod 765 exer1C、chmod o+x exer1D、chmod g+w exer1

考题 下列命令中可以将文件file的权限设置为可执行的是()。A、chmod777fileB、chmod+xfileC、chownrootfileD、chownexefile

考题 Unix下修改文件权限,只有所有者才能修改、执行该文件()。A、chmod 700 filenameB、chmod 070 filenameC、chmod 755 filenameD、chmod 022 filename

考题 如果要将test文件的权限修改为755,可以使用下列()命令。A、chmod755testB、chmod-755testC、attribtest+SD、cacls/peveryone:FE、chmodu=rwx,go=rxtest

考题 如何给test这个文件加上可执行权限()A、chmod +x testB、chmod -x testC、chmod 400 testD、chmod 600 test

考题 Solaris操作系统下,()命令可以修改/n2kuser/.profile文件的属性为:所有用户可读、可写、可执行A、chmod 777 /n2kuser/.profileB、chmod 000 /n2kuser/.profileC、chmod 111 /n2kuser/.profileD、chmod 222 /n2kuser/.profile

考题 如何给test这个文件加上可执行权限()。A、chmod+xtestB、chmod-xtestC、chmod400testD、chmod600test

考题 在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

考题 Solaris操作系统下,下面哪个命令可以修改/n2kuser/.profile文件的属性为所有用户可读、科协、可执行?()A、chmod744/n2kuser/.profileB、chmod755/n2kuser/.profileC、chmod766/n2kuser/.profileD、chmod777/n2kuser/.profile

考题 在Linux中,要求将文件mm.txt的所有使用者的文件执行权限删除。则下面所示命令中,哪一个是错的。()A、chmod a-x mm.txtB、chmod o-x mm.txtC、chmod -x mm.txtD、chmod ugo-x mm.txt

考题 单选题在linux系统中,对一个重要文件test,可以实现所有用户都有读和执行权限的命令是()。A chmod a+rx testB chmod a+wx testC chmod o+rx testD chmod u+rx test