[root@Geeklp-BashShell ~]# cat /etc/shells /bin/sh /bin/bash /sbin/nologin /usr/bin/sh /usr/bin/bash /usr/sbin/nologin
一般所說的 bash shell(bash)全稱爲 GNU Bourne-Again SHell。在目前的發行版中,sh已經成爲bash的一個軟鏈接。shell
[root@Geeklp-BashShell ~]# ll /bin/sh lrwxrwxrwx. 1 root root 4 11月 20 10:05 /bin/sh -> bash [root@Geeklp-BashShell ~]# ll /bin/bash -rwxr-xr-x. 1 root root 960472 8月 3 05:11 /bin/bash