码迷,mamicode.com
首页 > 系统相关 > 详细

linux查看有哪些shell可用

时间:2014-12-31 13:04:05      阅读:285      评论:0      收藏:0      [点我收藏+]

标签:

1.命令cat /etc/shells 

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

2./bin/sh是最原始的shell,现在几乎所有的linux都把bash shell设为默认的shell,即使/bin/sh 也是链接至/bin/bash

[tansheng@localhost ~]$ ls -l /bin/sh
lrwxrwxrwx. 1 root root 4 10月 12 01:59 /bin/sh -> bash
[tansheng@localhost ~]$ 

 

linux查看有哪些shell可用

标签:

原文地址:http://www.cnblogs.com/ttss/p/4195473.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!