A. 可读可写
B. 可读可执行
C. 只读
D. 可读可写可执行
第1题:
以下不能正确创建输出文件对象并使其与磁盘文件相关联的语句是
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");
第2题:
在UNIX操作系统中,当用户执行如下命令Link("/user/include/myfile.sh","/usr/userwang /youfile.sh")则文件名"/usr/userwang/youfile.sh"存放在(21)。
A.user目录文件中
B.include目录文件中
C.userwang目录文件中
D.youfile.sh的文件内容中
第3题:
A.可读可写
B.可读可执行
C.只读
D.可读可写可执行
第4题:
在 Linux 系统中,要查看如下输出,可使用命令( ) 。
A.[root@localhost]ifconfig
B.[root@localhost]ipconfig eth0
C.[root@localhost]ipconfig
D.[root@localhost]ifconfig eth0
第5题:
●在Linux中,可以使用命令(63)来给test文件赋予执行权限。
(63)
A. [root@root]#chmod -x test
B. [root@root]#chmod +x test
C. [root@root]#chmod -w test
D. [root@root]#chmod +w test
第6题:
第7题:
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:()
第8题:
在linux系统中,你看到一个文件的属主和属组都是root,它的权限是-rwxrwxr--,那么下面的描述中()是不正确的。
第9题:
AIX中topas命令只有root用户或()组的用户可以执行。
第10题:
双击鼠标右键可将文件夹Myfile打开
单击鼠标右键可将文件夹Myfile打开
双击鼠标左键可将文件夹Myfile打开
单击鼠标左键可将文件夹Myfile打开
第11题:
对文件加密后可以防止非授权用户访问,所以user2不能读取该文件
User1需要解密文件myfile.txt才能读取
User2如果对文件myfile.txt具有NTFS完全控制权限,就可以读取该文件
如果User1将文件myfile.txt拷贝到FAT32分区上,加密特性不会丢失
第12题:
对
错
第13题:
默认情况下,xinetd配置目录信息为:则下列说法错误的是 (33) 。 A.除root用户外,其他用户不拥有执行权限 B.root用户拥有可写权限 C.除root用户外,其他用户不拥有写权限 D.root用户拥有可执行权限
第14题:
A.type myfile
B. type -q myfile
C. file myfi1e
D.whatis myfile
第15题:
A. 只读
B. 只读可写
C. 可执行
D. 可读可写可执行
第16题:
为了将当前目录下的归档文件myfile.Tar.gz解压缩到/tmp目录下,可以使用( )命令。
A、tar xzvf myfile.tar.gz-C /tmp
B、tar xzvf myfile.tar.gz-R /tmp
C、tar zvf myfile.tar.gz-X /tmp
D、tar xzvf myfile.tar.gz /tmp
第17题:
默认情况下,xinetd配置目录信息为: drwxr-xr-x 2 root root 4096 2009004-23 18:27 xinetd.d 则下列说法错误的是______。
A.root用户拥有可执行权限
B.除root用户外,其他用户不拥有执行权限
C.root用户拥有可写权限
D.除root用户外,其他用户不拥有写权限
第18题:
UNIX的环境下,执行chmod g-r-w+x myfile之后,同组用户不能删除myfile。
第19题:
在设置文件权限时Linux系统中的用户分类为()。
第20题:
下面哪条命令可用来确保文件“myfile”存在()
第21题:
若要将当前目录中的myfile.txt文件压缩成myfile.txt.tar.gz,则实现的命令为()。
第22题:
cp myfile /dev/null
touch myfile
create myfile
mkfile myfile
第23题:
:!ls-I myfile
:/ls-l myfile
esc :Is -I myfile
:?ls-l myfile