junxnone / linux

Linux wiki
https://junxnone.github.io/linux/
0 stars 0 forks source link

Ubuntu Issues tabdelay #126

Open junxnone opened 11 months ago

junxnone commented 11 months ago

Terminal 按 tab 键卡死一段时间

ls -lah /bin/sh

Output:

lrwxrwxrwx 1 root root 4  3月 23  2022 /bin/sh -> dash
  • 若是 dash 引起的,可以尝试重新配置 dash
    sudo dpkg-reconfigure dash

选择 NO, 不要使用 dash

lrwxrwxrwx 1 root root 4 11月  6 10:17 /bin/sh -> bash