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

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

在linux中,文件exer1的访问权限为rw-r--r--,现要增加所有用户的执行权限和同组用户的写权限,下列命令正确的是()

  • A、chmod?a+x,?g+w?exer1
  • B、chmod?775?exer1
  • C、chmod?765exer1
  • D、chmod?g?w?exer1

参考答案

更多 “在linux中,文件exer1的访问权限为rw-r--r--,现要增加所有用户的执行权限和同组用户的写权限,下列命令正确的是()A、chmod?a+x,?g+w?exer1B、chmod?775?exer1C、chmod?765exer1D、chmod?g?w?exer1” 相关考题
考题 在Linux操作系统中,命令"chmod-777/home/abc"的作用是____.A.把所有的文件拷贝到公共目录abc中B.修改abc目录的访问权限为可读、可写、可执行C.设置用户的初始目录为/home/abcD.修改abc目录的访问权限为对所有用户只读

考题 如何将shell脚本exam.sh设置为所以用户都能执行( )。 A.chmod a+x exam.shB.chmod a+w exam.shC.chmod a+r exam.shD.chmod u+x exam.sh

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

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

考题 下列命令中可以将文件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

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

考题 文件exer1的访问权限为rw-r--r--,现要增加所有用户的执行权限和同组用户的写权限,下列命令正确的是:()A、chmod775exer1B、chmod765exer1C、chmoda+x,g+wexer1D、chmodgwexer1

考题 下面()命令可以改变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命令可以修改文件的访问权限比特位。

考题 文件exerl的访问权限为rw-r-r--,先要增加所有用户的执行权限和同组用户的写权限,下列命令正确的是()?A、chomda+xg+wexerlB、chmod765exerlC、chmodo+xexerlD、chmodg+wexerl

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

考题 一个文件对不同的用户可以具有读、写、执行权。如果希望对同组用户赋予全部权,请问下面的描述哪些是正确的:()A、chmod777文件名B、chmod676文件名C、chmod+x文件名D、以上都不对

考题 创建文件exer1,设置访问权限为rw-r--r--,现要增加所有用户的执行权限和同组用户的写权限,写出操作过程的命令

考题 为了修改文件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

考题 文件exer1的访问权限为rw-r--r--,现要增加所有用户的执行权限和同组用户的写权限,使用“chmoda+x,g+wexer1”命令。

考题 问答题创建文件exer1,设置访问权限为rw-r--r--,现要增加所有用户的执行权限和同组用户的写权限,写出操作过程的命令

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