If you are running Linux and a service or program returns the error: cannot execute /bin/bash: Permission Denied Or if your users are being logged off as soon as they log in, it’s not a big deal. For me, the fix was setting the suid bit on /bin/login using this command: chmod 4755 /bin/login I’ve […]