su: warning: cannot change directory to /home/user: Permission denied
su: warning: cannot change directory to /home/user: Permission denied
su: failed to execute /bin/bash: Permission denied
After some verification I noticed that the problem was due the execution permission removed from the / (root) dir, just a chmod 755 / or chmod o+x fixed the issue.
Comentários
Postar um comentário