As far as I understand bash is the default shell in Ubuntu, so why does /bin/sh point to /bin/dash?
Asked
Active
Viewed 1.0k times
16
Erik B
- 567
- 2
- 4
- 12
1 Answers
17
The default login shell is still /bin/bash. What was changed was the default system shell /bin/sh.
The change of the default system shell started from Ubuntu 6.10, and the main reason to switch was efficiency.
Here you can find complete information about this change: Dash as /bin/sh
enzotib
- 92,255
- 11
- 164
- 178