how to switch from dash to bash and vice versa on ubuntu

  • Thread starter Thread starter Deleted member 535
  • Start date Start date
  • Staff Applications
    Dear Guest,
    Staff applications are now open! Join our team and help make our community even better.
D

Deleted member 535

Guest
to see if your running dash run

ls -al /bin/sh

you need to run
Code:
sudo rm /bin/sh
followed by
Code:
sudo ln -s /bin/bash /bin/sh
you need to run
Code:
sudo rm /bin/sh
followed by
Code:
sudo ln -s /bin/dash /bin/sh