Work on the Command Line
Distributions
Linux Shell Options
[centos@vm1 ~]$ readlink /bin/sh
bash
centos@vm1 ~]$ echo $SHELL
/bin/bashubuntu@vm2:~$ readlink /bin/sh
dash
ubuntu@vm2:~$ echo $SHELL
/bin/bashLast updated