更改Ubuntu 12.04默认的shell

Ubuntu 12.04默认的shell是dash。

0 lrwxrwxrwx 1 root root 4 Oct 18 20:40 /bin/sh -> dash

但我们常用的是bash. 更改命令如下:

ls: cannot access /bin/sh: No such file or directory 

更改后:

0 lrwxrwxrwx 1 root root 9 Oct 18 22:08 /bin/sh -> /bin/bash 

相关推荐