Start on Ubuntu 6.10,Using dash default(theDebian Almquist Shell) instead bash(the GNUBourne-Again Shell).

但Login Shell还是bash. 原因是dash更快、更高效,而且它符合POSIX规范。

Ubuntu在启动的时候会运行很多shell脚本,使用dash可以加快启动速度。

bear@kumata:~/riscv/hbird-e-sdk$ ls -l /bin/sh
lrwxrwxrwx 1 root root 4 11月 20  2018 /bin/sh -> dash


$ sudo rm -rf /bin/sh
$ sudo ln -s /bin/bash /bin/sh

 

相关文章:

  • 2021-06-28
  • 2022-12-23
  • 2021-08-27
  • 2021-11-06
  • 2021-06-29
  • 2021-06-20
  • 2021-08-05
猜你喜欢
  • 2022-12-23
  • 2021-06-10
  • 2022-01-14
  • 2022-12-23
  • 2021-10-12
  • 2022-12-23
  • 2021-07-04
相关资源
相似解决方案