1. [单选题]最终文件权限取决于()
A. mode
B. unmask
C. mode&unmask
D. mode&~unmask非掩码
2. [单选题]用tar命令进行文件的归档或释放操作时,必须要用到的选项是( )。
A. -c
B. -f
C. -v
D. -x
3. [单选题]Linux中,提供TCP/IP包过滤功能的软件叫什么()
A. rarp
B. route 9
C. iptables
D. filter
4. [单选题]在Shell变量引用操作符可实现字符串替换其中()用来测试,如果变量stra存在,则返回为变量stra的值,否则输出为word,并退出当前脚本程序
A. ${stra-word}
B. ${stra=word}
C. ${stra:+word}
D. ${stra:?word}
5. [单选题]已知mount命令不是Linux的内部命令,如何查看mount的帮助信息( )。
A. mount --help
B. info mount
C. man mount
D. help mount