1. 程式人生 > >linux shell介面變成灰色,輸入左移動輸出[D^

linux shell介面變成灰色,輸入左移動輸出[D^

原因是 是使用者下面使用的是 /bin/dash

修改方法:

ls -l `which sh`
輸出:/bin/sh -> dash

sudo dpkg-reconfigure dash #Select "no" when you're asked

ls -l `which sh`
輸出:/bin/sh -> bash