I accidentally renamed the directory /usr into /usr_bak.
I want to change it back, so I append the path /usr_bak/bin to $PATH to allow the system to find the command sudo.
But now sudo mv /usr_bak /usr gives me the error:
sudo: error while loading shared libraries: libsudo_util.so.0: cannot open shared object file: No such file or directory
Is there a way to rename the /usr_bak as /usr besides reinstalling the system?