We have a minor disaster on a Centos7 system. A bug in a config script recursively set /, /bin, and /usr/bin, to 400 permissions. This means that basic commands like, chmod, mount, and almost everything else is un-executable. I'm pretty confident I can fix this by booting from a live-usb, but I'd have to make one. Also, the damaged machine is our router, so when it goes down, we lose our internet access.
I have another box with linux x64 binaries for chmod, bash, mount and the rest, is there some clever way to execute them from a usb (or the network or whatever) without rebooting?