1. [单选题]如何停止一台机器的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
2. [单选题]在函数f open()中文件打开模式中不是可读写的方式打开文件模式是()
A. r+
B. w+
C. a+
D. r
3. [单选题]是强引用的符号()
A. 单引号
B. 反引号
C. 双引号
D. 中括号
4. [单选题]使用什么命令可以在今天午夜运行命令cmd1()
A. at midnight cmd1
B. cron-at"00:00"cmd1
C. batch-t"00:00"
5. [单选题]对磁盘文件的标准I/O操作一般是实现()
A. 全缓冲
B. 行缓冲
C. 不带缓冲
D. 都可以