View Single Post
Posts: 15 | Thanked: 21 times | Joined on Jun 2010 @ Australia
#5
ls -l shows a links path
its broken becasue:
/usr/bin/[[ -> [
/usr/bin/[ -> /bin/busybox
This last one appears to be missing on your setup

to put back as root
ln -s /bin/busybox /usr/bin/[
should do the trick

Last edited by -L-; 2011-12-28 at 01:11.
 

The Following 3 Users Say Thank You to -L- For This Useful Post: