【问答题】
A、Bourne Shell B、Bash(Bourne Again Shell) C、Korn Shell D、C Shell
A、A、grep –s -I -E、“^shell|shell$”/etc/* B、B、grep –s -E、“^shell|shell$”/etc/* C、C、grep –s -i “^shell|shell$”/etc/* D、D、grep -I -E、“^shell|shell$”/etc/*
A、赋予shell程序文件可执行权限,直接运行shell程序(外部命令) B、调用命令解释器解释执行shell程序(Shell函数) C、使用source命令执行shell程序(内部命令) D、用()将多条命令括起来而形成的复合命令执行