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

题目内容 (请给出正确答案)
在RHEL5系统中,执行ls-l myfile 命令后显示结果如下:-rwxr--r-- l root root 0 Mar 20 19:21 myfile则属于root组的用户lisi 对文件myfile 具有()权限。

A. 可读可写

B. 可读可执行

C. 只读

D. 可读可写可执行


参考答案

更多 “ 在RHEL5系统中,执行ls-l myfile 命令后显示结果如下:-rwxr--r-- l root root 0 Mar 20 19:21 myfile则属于root组的用户lisi 对文件myfile 具有()权限。 A. 可读可写B. 可读可执行C. 只读D. 可读可写可执行 ” 相关考题
考题 【问题2】(2 分)默认情况下,xinetd配置目录信息为:drwxr-xr-x 2 root root 4096 2009004-23 18:27 xinetd.d则下列说法错误的是 (2) 。(2)备选答案:A. root用户拥有可执行权限B. 除root用户外,其他用户不拥有执行权限C. root用户拥有可写权限D. 除root用户外,其他用户不拥有写权限

考题 在Linux系统中,执行ls -l services后,输出信息如下: ls -l services -rw-rw-r-- 1 root root 20373 2004-09-23 services 则非root用户拥有该文件的()权限。 A. 读B. 写C. 读和写D. 执行

考题 Unix系统中的超级用户root拥有最大权限,黑客可以通过下列哪条命令获得root权限()。 A、findB、grepC、seekD、su

考题 在UNIX操作系统中,当用户执行如下命令Link("/user/include/myfile.sh","/usr/userwang/youfile.sh")则文件名"/usr/userwang/youfile.sh"存放在______。A.user目录文件中B.include目录文件中C.userwang目录文件中D.youfile.sh的文件内容中

考题 以下不能正确创建输出文件对象并使其与磁盘文件相关联的语句是A.ofstream myfile:myfile, open("d:ofile.txt");B.ofstream *myfile=new ofstream;myfile->open("d;ofile.txt");C.ofstream myfile("d:ofile.txt");D.ofstream *myfile=new ("d:ofile.txt");

考题 默认情况下,xinetd配置目录信息为:则下列说法错误的是 (33) 。 A.除root用户外,其他用户不拥有执行权限 B.root用户拥有可写权限 C.除root用户外,其他用户不拥有写权限 D.root用户拥有可执行权限

考题 在UNIX操作系统中,当用户执行如下命令Link(/user/include/myfile.sh,/usr/userwang /youfile.sh)则文件名/usr/userwang/youfile.sh存放在(21)。A.user目录文件中B.include目录文件中C.userwang目录文件中D.youfile.sh的文件内容中

考题 确定 myfile的文件类型的命令是什么() A.type myfileB. type -q myfileC. file myfi1eD.whatis myfile

考题 在RHEL5系统中,用户zhangsan属于xueyuan组,使用ls –l 命令查看文件abc的属性如下图所示:则zhangsan对abc具有()权限。()[root@server~]ls –l abc-rw-r-xr-- 1 kenthy xueyuan 14 may 11 14:28 abc A.可读可写B.可读可执行C.只读D.可读可写可执行

考题 在RHEL5系统中,执行ls-l myfile 命令后显示结果如下:-rwxrw-r-- l root root 0 Mar 29 20:21 myfile则非root组的用户teacher对文件myfile具有( )权限。 A. 只读B. 只读可写C. 可执行D. 可读可写可执行

考题 在 Linux 系统中,要查看如下输出,可使用命令( ) 。A.[root@localhost]ifconfigB.[root@localhost]ipconfig eth0C.[root@localhost]ipconfigD.[root@localhost]ifconfig eth0

考题 为了将当前目录下的归档文件myfile.Tar.gz解压缩到/tmp目录下,可以使用( )命令。A、tar xzvf myfile.tar.gz-C /tmpB、tar xzvf myfile.tar.gz-R /tmpC、tar zvf myfile.tar.gz-X /tmpD、tar xzvf myfile.tar.gz /tmp

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

考题 默认情况下,xinetd配置目录信息为: drwxr-xr-x 2 root root 4096 2009004-23 18:27 xinetd.d 则下列说法错误的是______。A.root用户拥有可执行权限B.除root用户外,其他用户不拥有执行权限C.root用户拥有可写权限D.除root用户外,其他用户不拥有写权限

考题 在Linux系统中,要查看如下输出,可使用命令(32)。 A.[root@localhost]#ifconfig B.[root@localhost]#ipconfig eth0 C.[root@localhost]#ipconfig D.[root@localhost]#ifconfig eth0

考题 UNIX的环境下,执行chmod g-r-w+x myfile之后,同组用户不能删除myfile。

考题 Using vi, you want to save changes to the file myfile with :w!, but vi complains it cannot write to the file. Therefore, you want to check the write permissions on the file. To do this without leaving vi, you type:()A、 :!ls-I myfileB、 :/ls-l myfileC、 esc :Is -I myfileD、 :?ls-l myfile

考题 在设置文件权限时Linux系统中的用户分类为()。A、root用户B、文件属主C、用户组D、其他用户

考题 在linux系统中,你看到一个文件的属主和属组都是root,它的权限是-rwxrwxr--,那么下面的描述中()是不正确的。A、root用户具有读取的权限B、root用户具有修改的权限C、其他用户具有读取的权限D、其他用户具有修改的权限

考题 下面哪条命令可用来确保文件“myfile”存在()A、cp myfile /dev/nullB、touch myfileC、create myfileD、mkfile myfile

考题 AIX中topas命令只有root用户或()组的用户可以执行。

考题 若要将当前目录中的myfile.txt文件压缩成myfile.txt.tar.gz,则实现的命令为()。A、tar–cvfmyfile.txt myfile.txt.tar.gzB、tar–zcvfmyfile.txt myfile.txt.tar.gzC、tar–zcvfmyfile.txt.tar.gz myfile.txtD、tar–cvfmyfile.txt.tar.gz myfile.txt

考题 单选题对桌面的一个文件夹Myfile进行操作,下面说法正确的是()。A 双击鼠标右键可将文件夹Myfile打开B 单击鼠标右键可将文件夹Myfile打开C 双击鼠标左键可将文件夹Myfile打开D 单击鼠标左键可将文件夹Myfile打开

考题 单选题下面哪条命令可用来确保文件“myfile”存在()A cp myfile /dev/nullB touch myfileC create myfileD mkfile myfile

考题 单选题Windows 2003的NTFS文件系统具有对文件和文件夹加密的特性。域用户user1加密了自己的一个文本文件myfile.txt。他没有给域用户user2授权访问该文件。下列叙述正确的是()。A 对文件加密后可以防止非授权用户访问,所以user2不能读取该文件B User1需要解密文件myfile.txt才能读取C User2如果对文件myfile.txt具有NTFS完全控制权限,就可以读取该文件D 如果User1将文件myfile.txt拷贝到FAT32分区上,加密特性不会丢失

考题 单选题Using vi, you want to save changes to the file myfile with :w!, but vi complains it cannot write to the file. Therefore, you want to check the write permissions on the file. To do this without leaving vi, you type:()A  :!ls-I myfileB  :/ls-l myfileC  esc :Is -I myfileD  :?ls-l myfile

考题 判断题UNIX的环境下,执行chmod g-r-w+x myfile之后,同组用户不能删除myfile。A 对B 错