咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
如何查看Linux提供的Shell解析器
查看Linux提供的Shell解析器
Shell是一个命令行解释器,它接收应用程序/用户命令,然后调用操作系统内核。
1. 查看CentOS默认的解析器
2. Linux提供的解析器
3. bash和sh的关系
根据命令ls -l / bin / | grep sh查看
sh -> bash可以知道sh是连接到bash来执行。
根据命令 ls -l / bin / | grep bash查看