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

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

执行#chmod 700/bin/rpm是为了()。

  • A、改变rpm的权限
  • B、使root对rpm有最大权限
  • C、其他用户无法使用rpm
  • D、以上都包括

参考答案

更多 “执行#chmod 700/bin/rpm是为了()。A、改变rpm的权限B、使root对rpm有最大权限C、其他用户无法使用rpmD、以上都包括” 相关考题
考题 要想使任何人对文件commfile拥有“可读、可写、可执行”的全部权利,可通过()命令实现。() A. chmod ugo+rwx commfileB. chmod 751 commfileC. chmod ugo-rwx commfileD. chmod 777 commfile

考题 假设Red Hat Linux操作系统的/usr/bin/paste文件出了问题,用户想校验拥有该文件的软件包,但又不知道哪个软件包拥有此paste文件,此时,可使用(28)命令来诊断问题。A.rpm -VaB.rpm -qf/usr/bin/pasteC.rpm -qaD.rpm -Vf/usr/bin/paste

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

考题 Whichofthefollowingcommandsmakes/bin/fooexecutablebyeveryonebutwritableonlybyitsowner?() A.chmod557/bin/fooB.chmodo+rwx.a+rx/bin/fooC.chown557/bin/fooD.chmod755/bin/foo

考题 为了修改文件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中可以使用命令( )针对文件newfiles.txt为所有用户添加执行权限。A.chmod-x newfiles.txt B.chmod+x newfiles.txt C.chmod-w newfiles.txt D.chmod+w newfiles.txt

考题 Linux中,为文件test.txt添加一个"其他用户可执行"权限时,使用()。A、chmod u+xtest.txtB、chmod a+xtest.txtC、chmod g+xtest.txtD、chmod o+xtest.txt

考题 在Linux系统中,有大量的软件安装包存在,那么查看/bin/tar文件的安装软件包的命令为:()A、rpm–qi/bin/tarB、rpm–ql/bin/tarC、rpm–qf/bin/tarD、rpm–ivh/bin/tar

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

考题 让普通用户以超级管理员的身份,执行文件的命令是()。A、chmod a+vB、usermod a+vC、chmod u+sD、usermod a+s

考题 UNIX/Linux系统中,下列命令可以将普通帐号变为mot帐号的是()A、chmod命令B、/bin/passwd命令C、chgrp命令D、/bin/su命令

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

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

考题 现在将/目录下的www文件权限改为只有主用户有执行的权限,其他人都没有()A、chmod o-x,g-x,u-x /wwwB、chmod 001 /wwwC、chmod 100 /wwwD、chmod u+x ,g-x,o-x /www

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

考题 Solaris中,将文件aaa赋予属主全权,而赋予其他人可执行权的命令为A、chmod 111 aaaB、chmod 777 aaaC、chmod 117 aaaD、chmod 711 aaa

考题 要想使任何人对文件commfile拥有“可读、可写、可执行”的全部权利,可通过()命令实现。()A、chmod ugo+rwx commfileB、chmod 751 commfileC、chmod ugo-rwx commfileD、chmod 777 commfile

考题 center linux下,查看/bin/tar文件的安装软件包的命令为:rpm–qf/bin/tar()A、rpm–qf/bin/tarB、rpm–qfC、rpm–q/bin/tarD、rpm–qi/bin/tar

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

考题 要给文件file1加上其他人可执行属性的命令是()A、chmod a+xB、chown a+xC、chmod o+xD、chown o+x

考题 Which of the following commands makes /bin/foo executable by everyone but writable only by its owner?()A、 chmod 557 /bin/fooB、 chmod o+rwx.a+rx/bin/fooC、 chown 557 /bin/fooD、 chmod 755/bin/foo

考题 An  administrator  performs  an  audit  on  the  /usr  filesystem  and  finds  the  following  permissions:  -rwsr-xr-x  1  root  sys  514288  Jun  18  09:40  /usr/local/bin/nmon  Which  of  the  following  methods  can  the  administrator use to remove a potential security risk()A、rm /usr/local/bin/nmonB、chmod u-s /usr/local/bin/nmonC、Reinstall the file from the appropriate filesetD、chmod go-rx /usr/local/bin/nmon

考题 为了修改文件test的许可模式,使其文件属主具有读、写、和运行的权限,组和其它用户可以读和运行,可以采用()方法。A、chmod 755 testB、chmod 700 testC、chmod ux+rwx testD、chmod g-w test

考题 单选题Which of the following commands makes /bin/foo executable by everyone but writable only by its owner?()A  chmod 557 /bin/fooB  chmod o+rwx.a+rx/bin/fooC  chown 557 /bin/fooD  chmod 755/bin/foo

考题 单选题center linux下,查看/bin/tar文件的安装软件包的命令为:rpm–qf/bin/tar()A rpm–qf/bin/tarB rpm–qfC rpm–q/bin/tarD rpm–qi/bin/tar