ubuntu system source: not found solution

ubuntu system source: not found solution

1. Ubuntu's shell is Dash Shell by default

$ ls -l /bin/sh
lrwxrwxrwx 1 root root 4 1月  22  2019 /bin/sh -> dash

2. Modify the shell to Bash Shell under root authority

sudo dpkg-reconfigure dash
[sudo] password for root:
Removing 'diversion of /bin/sh to /bin/sh.distrib by dash'
Adding 'diversion of /bin/sh to /bin/sh.distrib by bash'
Removing 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash'
Adding 

Guess you like

Origin blog.csdn.net/zhengzaifeidelushang/article/details/114584292