0条评论
还没有人评论过~
当使用 su username 从root切换用户时显示
su: failed to execute /bin/bash: Permission denied
(也有人显示的是su: /bin/bash: Permission denied)
此时使用
chmod 755 /
或
chmod 755 /bin
再次尝试切换即可
其中具体缘由可见https://blog.csdn.net/z50L2O08e2u4afToR9A/article/details/82504829
相关阅读:https://www.cnblogs.com/G-Aurora/p/13100261.html