切换sh¶ Bash 1 2 3 4 5 6 7 8 9 10 11 12ls /bin/sh # 切换bash sudo dpkg-reconfigure dash #选no # 切换dash sudo dpkg-reconfigure dash # 选yes chsh -s /bin/bash