I deleted a critical symbolic link - libc.so.6
. I have the file it should point at, but the basic commands such as ln
or wget
won't work anymore due to the link missing. However, echo
or other Bash builtins work.
I am looking for a way to recreate this symbolic link.