創建新用戶後無法切換 su: failed to execute /bin/bash: Permission denied 當使用 su username 從root切換用戶時顯示 su: failed to execute /bin/bash: Permission denied (也有人顯示的是 ...
創建新用戶後無法切換 su: failed to execute /bin/bash: Permission denied
當使用 su username 從root切換用戶時顯示
su: failed to execute /bin/bash: Permission denied
(也有人顯示的是su: /bin/bash: Permission denied)
此時使用
chmod 755 /
或
chmod 755 /bin
再次嘗試切換即可(註:賦權一般使用root用戶)
其中具體緣由可見https://blog.csdn.net/z50L2O08e2u4afToR9A/article/details/82504829
相關閱讀:https://www.cnblogs.com/G-Aurora/p/13100261.html