Accidentally deleted /opt/local/bin without backup. Any help?
Posted
by Aaron
on Super User
See other posts from Super User
or by Aaron
Published on 2010-04-02T23:32:30Z
Indexed on
2010/04/02
23:53 UTC
Read the original article
Hit count: 281
Hi all,
I'm on a Mac OS X 10.5.8 I was recently uninstalling mysql5 from /opt/local/bin.
I typed:
rm -rf /opt/local/bin mysql*
instead of
rm -rf /opt/local/bin/mysql*
This deleted my entire /opt/local/bin directory which puts me in a bit of a bind.
Is there any way to recover these files? If not, I have a friend that is using a similar set of programs, would it be possible to use the contents of his folder?
If I end up needing to re-install everything in this folder, what is the best way to go about doing this?
Thanks in advance!
© Super User or respective owner