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

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

解释rwxr-xr--和chmod 755 abc的权限情况。


参考答案

更多 “解释rwxr-xr--和chmod 755 abc的权限情况。” 相关考题
考题 使每个用户都可以读取和写入a.txt,相应命令为:() A.chmod666a.txtB.chmod777a.txtC.chmod755a.txtD.chmod555a.txt

考题 在Linux操作系统中,命令"chmod-777/home/abc"的作用是____.A.把所有的文件拷贝到公共目录abc中B.修改abc目录的访问权限为可读、可写、可执行C.设置用户的初始目录为/home/abcD.修改abc目录的访问权限为对所有用户只读

考题 ● 在Linux 操作系统中,命令 “chmod -777 /home/abc”的作用是 (29 ) 。(29 )A. 把所有的文件拷贝到公共目录 abc 中B. 修改 abc 目录的访问权限为可读、可写、可执行C. 设置用户的初始 目录为/home/abcD. 修改 abc 目录的访问权限为对所有用户只读

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

考题 Howcanpermissionsbesetupon/tmpsothatoneuserinagroupcannotdeleteanotheruser’sfilesinthatsamegroup() A.chmod+s/tmpB.chmod755/tmpC.chmod1777/tmpD.chmod4755/tmp

考题 为了修改文件test的许可模式,使其文件属主具有读、写和运行的权限,组和其他用户可以读和运行,可以采用的方法( )。A、chmod 755 testB、chmod 700 testC、chmod ux+rwx testD、chmod g-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系统中,对一个重要文件test,可以实现所有用户都有读和执行权限的命令是()。A、chmod a+rx testB、chmod a+wx testC、chmod o+rx testD、chmod u+rx test

考题 下面()命令可以改变test目录中所有文件的权限。A、$chmod–a755 testB、$chmod–R755 testC、$chmod–X755 testD、chmod–o755test

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

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

考题 在Unix操作系统中,命令“chmod-777/home/abc”的作用是()。A、把所有的文件拷贝到公共目录abc中B、修改abc目录的访问权限为可读、可写、可执行C、设置用户的初始目录为/home/abcD、修改abc目录的访问权限为对所有用户只读

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

考题 在对Linux系统中dir目录及其子目录进行权限权限统一调整时所使用的命令是什么?()A、rm-fr-755/dirB、ls-755/dirC、chmod755/dir/*D、chmod-R755/dir

考题 如果要将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

考题 下面关于unix的描述正确的是()A、cat用于显示文本文件内容B、more用于分页显示程序或者文本C、使用chmod777可以改变文件访问权限为属主、用户组、其他人都可读可写可执行D、使用chmod ugo+rwx abc.c表示改变文件abc.c访问权限为属主、用户组、其他人都可读可写可执行

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

考题 在对Linux 系统中dir目录及其子目录进行权限权限统一调整时所使用的命令是什么?()A、rm -fr -755/dirB、ls -755/dirC、chmod 755 /dir/*D、chmod -R 755 /dir

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

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

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

考题 问答题解释rwxr-xr--和chmod 755 abc的权限情况。