Can't work with server after modifying /lib/libc.so.6
- by Afshin
I have a CentOS server, VPS. After running this command I can't work with server and get the same error in all actions (SSH, Login, ls and ...)
The command:
ln -s /lib/libc.so.1 /lib/libc.so.6 -f
And the error is:
/sbin/shutdown: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
I have VNC to server but because I can't login to server, that's unusable.
Thanks in advance.