首页 > 系统服务 > 详细

shell专题(二):Shell解析器

时间:2020-07-01 01:01:55      阅读:65      评论:0      收藏:0      [点我收藏+]

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

[atguigu@hadoop101 ~]$ cat /etc/shells 
/bin/sh
/bin/bash
/sbin/nologin
/bin/dash
/bin/tcsh
/bin/csh

(2)bash和sh的关系

[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

[atguigu@hadoop102 bin]$ echo $SHELL
/bin/bash

 

shell专题(二):Shell解析器

原文:https://www.cnblogs.com/qiu-hua/p/13216741.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!