the Ubuntu Relink command?

ManofScience

VIP Member
VIP Member
Joined
Jun 4, 2007
Messages
4,045
Reaction score
525
is it this?

sudo rm -Rf /bin/sh && ln -fs /bin/bash /bin/sh

cause i've just done a new ubuntu build and this stuffed it lol!

well... i think i typed it right....
 
Never tried that one I just use this

sudo ln -sf /bin/bash /bin/sh

works for me :banana:
 
is it this?

sudo rm -Rf /bin/sh && ln -fs /bin/bash /bin/sh

cause i've just done a new ubuntu build and this stuffed it lol!

well... i think i typed it right....

That was what I used in my recent rebuild of ubuntu, am currently going through a basic compile and wil let you know what errors i get :) if any, no diffs or anyting added, will seek advice on this when i get going.
 
Back
Top