【导读】
布丁学网发布2022Linux认证考试试题(0AA),更多Linux认证的考试试题请访问布丁学网计算机类考试频道。
1. [单选题]在Linux目录结构中Linux的内核及引导程序所需要的文件位于()目录
A. /bin
B. /boot
C. /root
D. /proc
2. [多选题]当waitpid函数的pid参数设置为()表示等待任一子进程终止。
A. pid==-1
B. pid==0
C. pid>0
D. pid
E. pid==-1
3. [单选题]已知mount命令不是Linux的内部命令,如何查看mount的帮助信息( )。
A. mount --help
B. info mount
C. man mount
D. help mount