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

  • Thread starter Thread starter Deleted member 535
  • Start date Start date
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