Tricky debugging

After cloning a server for a customer we noticed that something was a little bit odd: # md5sum /etc/sudoers worked fine but: # sudo -l responded with: sudo: unable to stat /etc/sudoers: Permission denied How odd we thought. More odd was: # su – username Cannot execute /bin/bash: Permission denied A bit of time with … Continue reading Tricky debugging