一.shell的基本认识 shell 就是命令解析器,将用户输入的指令转换为相应的机器能够运行的程序。 shell种类: Bourne Shell (sh) Korn Shell (ksh) Bourne Again Shell (bash) C Shell (包括csh and tcsh) TENEXITOPS C Shell (tcsh) 二.shell脚本 shell 脚本:是一种包含一系列命令序列的文本文件。当运行这个脚本文件时,文