Linux解决——This account is currently not available 2021-12-07 15:30:40 浏览数 (1) 切换用户的时候报这个错:This account is currently not available 发现 /etc/passwd 下找到这个用户 cat /etc/passwd | grep 用户名 发现它的shell是 /sbin /nologin ,这个nologin一看就知道肯定不行,将 /sbin /nologin 改成 /bin/bash 即可。 vipw /etc/passwd 修改完毕保存退出,over!! bash shell account cat this 0 人点赞 上一篇:分享雷军22年前编写的代码