If you simply moved the directory elsewhere (say /some/where
), then move it back:
/some/where/sudo /some/where/mv /some/where /usr/bin
mv
is no longer /bin/mv
now that Ubuntu has completed the usrmerge.
If you don't have an open terminal in which you can run this, and have trouble opening another terminal, press AltF2 to get GNOME Shell's prompt for running commands, and then try one of these command:
/some/where/gnome-terminal.real -- /some/where/bash
/some/where/xterm /some/where/bash
Alternatively, if you have the file manager open, press CtrlL to open the address bar and go to admin:///some/where
. This should prompt for you to authenticate and then open that directory in privileged mode, allowing you to move things back to /usr
.