Linux创建用户后,切换用户报This account is currently not available
解决办法1:
运用shell修改用户:
命令:usermod -s /bin/bash username
解决办法2:
比如我是 su elasticsearch的时候出现的问题
用cat看看 apache的帐号信息
# cat /etc/passwd | grep apache
发现它的shell是“/sbin /nologin”,需要改成“/bin/bash”

浙公网安备 33010602011771号