Shell是系统的用户界面,提供用户与内核交互操作的接口。各种操作系统都有自己的shell,不如:windows98shellcommand.comwindowsXP/2003shellcmd.exeRedHat enterprise linux5的默认shellbash
   目前使用最广泛的shellBourne shellc shell korn shellbash shell
如果不知道系统使用的是哪种shell,可以使用如下命令查看。
 
       linux shell _休闲
     RedHat enterprise linux5默认是bash shell,我们也可以使用其他的shell,使用其他的shell分两种1,暂时使用 2,永久使用
   我们先来看下RedHat enterprise linux5里内置了哪些shell类型,使用如下命令查看
       linux shell _shell_02
 
   设置暂时shell,只需在命令行下输入shell名称执行就行了。
我们来看一下设置固定shell的方法;
 
          linux shell _shell_03
 
注意:chsh命令只能是管理员账户才能使用。