【导读】
布丁学网发布2022Linux认证模拟冲刺试卷277,更多Linux认证的模拟考试请访问布丁学网计算机类考试频道。
1. [单选题]如何装载(mount)上在/etc/fstab文件中定义的所有文件系统()
A. mount-a
B. mount/mnt/*
C. mount
D. mount/etc/fstab
2. [单选题]在大多数(most)Linux发行版本中,以下哪个属于块设备(block devices)()
A. 串行口
B. 硬盘
C. 虚拟终端
D. 打印机
3. [单选题]如何停止一台机器的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
4. [单选题]不带有编辑功能但有翻页、按行滚动、搜索功能的命令是()
A. cat
B. more和less
C. head和tail
D. vi
5. [单选题]为了使子进程能继承父进程中定义的变量,就必须使()命令将这些变量送入进程转出区
A. read
B. set
C. shift
D. export
6. [单选题]在Shell变量引用操作符(operator)可实现模式匹配替换其中()用来的含义是若pattern匹配变量stra的头部,则删除最长匹配部分并返回剩余部分。
A. ${strapattern}
B. ${strapattern}
C. ${stra%pattern}
D. ${stra%%pattern}
7. [单选题]在函数f open()中文件打开模式中不是可读写的方式打开文件模式是()
A. r+
B. w+
C. a+
D. r
8. [多选题]当waitpid函数的pid参数设置为()表示等待任一子进程终止。
A. pid==-1
B. pid==0
C. pid>0
D. pid
E. pid==-1
9. [单选题]Linux内核版本中,属于稳定版本的是( )。
A. 2:1:22
B. 2:1:23
C. 2:3:11
D. 2:2:25
10. [单选题]已知mount命令不是Linux的内部命令,如何查看mount的帮助信息( )。
A. mount --help
B. info mount
C. man mount
D. help mount