1. [单选题]Linux中,提供TCP/IP包过滤功能的软件叫什么()
A. rarp
B. route 9
C. iptables
D. filter
2. [单选题]在Linux底层文件访问中的大多数操作都是围绕文件描述符来展开的其中()函数是内核向进程返回一个文件描述符为以后使用
A. open()
B. read()
C. write()
D. close()
3. [单选题]下列脚本文件最先自动执行的是()
A. /etc/rc.local
B. /etc/profile
C. ~/.bashrc
D. ~/.bash_logout