1. [单选题]Linux与windows的网上领居互联,需要提供什么daemon()
A. bind
B. smbd
C. nmbd
D. shard
2. [单选题]gcc可以对编译阶段进行控制,其中()选项设定库文件的路径
A. -Lpath
B. -Ipath
C. -llibrary
D. -static
3. [单选题]输出重定向(output repeat)符号右边的文件已经存在,不会覆盖文件而是追加的定向符是()
A. >
B. >>
C. 2>
D. &>
4. [单选题]Linux三种特殊权限中仅用于目录文件的权限是()
A. SUID
B. SGID
C. 黏滞位
D. 都可以
5. [单选题]如何停止一台机器的telnet服务()
A. Put NONE in/etc/telnet.allow
B. Put a line&39;ALL:ALL&39;in/etc/hosts.deny
C. Comment the telnet entry in/etc/inittab
D. Comment the telnet entry in/etc/xinet.conf
6. [单选题]显示一个文件最后几行的命令是()
A. tac
B. tail
C. rear
D. last
7. [单选题]Linux三种权限中允许进入目录的权限()
A. r-可读
B. w-可写
C. x-可执行
D. 都不是
8. [单选题]对磁盘文件的标准I/O操作一般是实现()
A. 全缓冲
B. 行缓冲
C. 不带缓冲
D. 都可以
9. [单选题]如何装载(mount)上在/etc/fstab文件中定义的所有文件系统()
A. mount-a
B. mount/mnt/*
C. mount
D. mount/etc/fstab
10. [单选题]设置文件偏移量的系统调用是()
A. trun cate
B. sync
C. lseek
D. create