1. [单选题]在Linux目录结构中Linux的内核及引导程序所需要的文件位于()目录
A. /bin
B. /boot
C. /root
D. /proc
2. [单选题]Linux与windows的网上领居互联,需要提供什么daemon()
A. bind
B. smbd
C. nmbd
D. shard
3. [单选题]在Shell变量引用操作符可实现字符串替换其中()用来测试如果变量stra存在且不为空,则返回为word,否则返回为空串
A. ${stra:-word}
B. ${stra:=word}
C. ${stra:+word}
D. ${stra:?word}