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

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

如果执行命令#chmod 746 file.txt,那么该文件的权限是()。

  • A、rwxr--rw-
  • B、rw-r--r--
  • C、--xr—rwx
  • D、rwxr--r—

参考答案

更多 “如果执行命令#chmod 746 file.txt,那么该文件的权限是()。A、rwxr--rw-B、rw-r--r--C、--xr—rwxD、rwxr--r—” 相关考题
考题 要想使任何人对文件commfile拥有“可读、可写、可执行”的全部权利,可通过()命令实现。() A. chmod ugo+rwx commfileB. chmod 751 commfileC. chmod ugo-rwx commfileD. chmod 777 commfile

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

考题 发送应用程序可以通过设置下列哪两个标志来使TCP进程在传送缓冲器填满前发送数据( ) A、FIL和PSHB、PSH和URGC、UGR和FIND、FIL和FIN

考题 Which command will configure a directory /commonfiles so that a user cannot delete files owned by other users in the same group?() A.chmod +S /commonfilesB.chmod 4775 /commonfilesC.chmod 1777 /commonfilesD.chmod -orgx /commonfiles

考题 Howcanpermissionsbesetupon/tmpsothatausercannotdeleteanotheruser’sfiles?() A.chmod+s/tmpB.chmod775/tmpC.chmod1777/tmpD.chmod4755/tmp

考题 Asystemadministratorwantstogivefullread/write/excuteaccesstotheownerandgroupofthe/stuffdirectoryandallsubdirectoriesandfiles,butonlyallowread/executeforothers.Whatcommandwouldtheadministratoruse?() A.chmod-R775/stuffB.chmod-h002/stuffC.chmod-R577/stuffD.chmodug+rwx,o+rx/stuff

考题 以读写方式打开一个二进制文件fil2,fopen函数的正确的调用方式是:() 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+");

考题 为了修改文件test的许可模式,使其文件属主具有读、写和运行的权限,组和其他用户可以读和运行,可以采用的方法( )。A、chmod 755 testB、chmod 700 testC、chmod ux+rwx testD、chmod g-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中,为文件test.txt添加一个"其他用户可执行"权限时,使用()。A、chmod u+xtest.txtB、chmod a+xtest.txtC、chmod g+xtest.txtD、chmod o+xtest.txt

考题 在UNIX中,可用ls命令察看文件属性,一个文件file1的属性为“RW_R_ _ R _ _”,如果对文件赋予本用户读写执行权限,组内用户和其它用户读写权限,则使用()命令。A、chmod g+rw,o+r file1B、chmod 755 file1C、chmod g+rwx file1D、chmod 775 file1

考题 如果执行命令 #chmod 746 file.txt,那么该文件的权限是()。A、 rwxr--rw-B、 rw-r--r—C、 --xr--rwxD、 rwxr--r—

考题 用下列哪句语句给/opt/package/scripts目录赋权限()。A、chmod -R 337B、chmod -R 257C、chmod -R 777D、chmod -R 256

考题 How can permissions be set up on /tmp so that one user in a group cannot delete another user’s files in that same group()A、chmod +s /tmpB、chmod 755 /tmpC、chmod 1777 /tmpD、chmod 4755 /tmp

考题 A system administrator wants to give full read/write/excute access to the owner and group of the /stuff directory and all subdirectories and files, but only allow read/execute for others. What command would the administrator use?()A、chmod -R 775 /stuffB、chmod -h 002 /stuffC、chmod -R 577 /stuffD、chmod ug+rwx,o+rx /stuff

考题 How can permissions be set up on /tmp so that a user cannot delete another user’s files?()A、chmod +s /tmpB、chmod 775 /tmpC、chmod 1777 /tmpD、chmod 4755 /tmp

考题 如果要将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中,将文件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

考题 在Windows操作环境下,下列文件命名错误的是()。A、Fil-E.DocB、Fil/E.DocC、FilE.DocD、Fi-l-E.Doc

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

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

考题 Which single compound ’chmod’ command would achieve the same result as these four commands?() A、chmod go+w mydirB、chmod go-w mydirC、chmod go-w-x mydirD、chmod go-w+x mydir

考题 An application owner wants to grant write permission to all users for all the files and directories in the application directory. Which of the following is the correct command?()A、chmod -R u+rw /applicationB、chmod -r u+rw /applicationC、chmod -R o+rw /applicationD、chmod -r o+rw /application

考题 Which command will configure a directory /commonfiles so that a user cannot delete files owned by other users in the same group?()A、chmod +S /commonfilesB、chmod 4775 /commonfilesC、chmod 1777 /commonfilesD、chmod -orgx /commonfiles

考题 单选题如果执行命令#chmod 746 file.txt,那么该文件的权限是()。A rwxr--rw-B rw-r--r--C --xr—rwxD rwxr--r—

考题 单选题如果执行命令 #chmod 746 file.txt,那么该文件的权限是()。A  rwxr--rw-B  rw-r--r—C  --xr--rwxD  rwxr--r—