首页 > 代码库 > linux查看有哪些shell可用
linux查看有哪些shell可用
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/shlrwxrwxrwx. 1 root root 4 10月 12 01:59 /bin/sh -> bash[tansheng@localhost ~]$
linux查看有哪些shell可用
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。