首页
学习
活动
专区
圈层
工具
发布

快速学习-Shell解析器

第2章 Shell解析器

(1)Linux提供的Shell解析器有:

代码语言:javascript
代码运行次数:0
复制
[atguigu@hadoop101 ~]$ cat /etc/shells 
/bin/sh
/bin/bash
/sbin/nologin
/bin/dash
/bin/tcsh
/bin/csh

(2)bash和sh的关系

代码语言:javascript
代码运行次数:0
复制
[atguigu@hadoop101 bin]$ ll | grep bash
-rwxr-xr-x. 1 root root 941880 5月  11 2016 bash
lrwxrwxrwx. 1 root root      4 5月  27 2017 sh -> bash

(3)Centos默认的解析器是bash

代码语言:javascript
代码运行次数:0
复制
[atguigu@hadoop102 bin]$ echo $SHELL
/bin/bash 
下一篇
举报
领券