欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

linux 切换用户报错:This account is currently not available.

程序员文章站 2022-07-11 08:26:49
...

linux 切换用户报错:This account is currently not available.

tips:如果本文对你有用,请爱心点个赞,提高排名,让这篇文章帮助更多的人。谢谢大家!比心❤~
如果解决不了,可以在文末加我微信,进群交流。

问题发现过程及解决方案

新买的服务器,在用su命令切换用户的时候,报错This account is currently not available。这是因为用户的shell禁止登陆了。执行以下命令即可解决。

usermod -s /bin/bash www

linux 切换用户报错:This account is currently not available.
linux 切换用户报错:This account is currently not available.

欢迎大家加我微信mengyilingjian,拉你进群一起探讨学习。
linux 切换用户报错:This account is currently not available.linux 切换用户报错:This account is currently not available.

相关标签: Linux