Thread
:
Can someone explain this Broken Symlink to me
View Single Post
-L-
2011-12-28 , 01:08
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
.
Quote & Reply
|
The Following 3 Users Say Thank You to -L- For This Useful Post:
don_falcone
,
miroslav_s
,
The Winter
-L-
View Public Profile
Send a private message to -L-
Find all posts by -L-