1. [单选题]在Shell变量引用操作符可实现模式匹配替换其中()用来的含义是若pattern匹配变量stra的头部,则删除最长匹配部分并返回剩余部分。
A. ${strapattern}
B. ${strapattern}
C. ${stra%pattern}
D. ${stra%%pattern}
2. [单选题]Linux与windows的网上领居互联,需要提供什么daemon()
A. bind
B. smbd
C. nmbd
D. shard
3. [单选题]Linux文件系统(linux file system)的根目录的i节点号为()
B. 1
C. 2
D. 3
4. [单选题]在Linux目录结构中目录中的文件是普通用户可以使用的可使用的可执行文件的目录是()
A. /sbin
B. /bin
C. /usr
D. /lib
5. [单选题]Linux三种权限中允许进入目录的权限()
A. r-可读
B. w-可写
C. x-可执行
D. 都不是