Debian – How to recover from a deleted /bin/bash

bashdebianundelete

On my debian maschine I deleted /bin/bash by accident. Is there a way to get it back without reinstalltin the machine?

If it helps. I'm still logged in. Guess once I'm out I cannot log in since it's my login shell.

Best Answer

ln -s /bin/sh /bin/bash
apt-get install --reinstall bash