linux shell界面变成灰色,输入左移动输出[D^

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/TH_NUM/article/details/84888324

原因是 是用户下面使用的是 /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

猜你喜欢

转载自blog.csdn.net/TH_NUM/article/details/84888324
今日推荐