linux下切换用户时报错This account is currently not available

linux下切换用户时报错This account is currently not available


今天回家的路上,公司同事打电话说网站打不开,匆匆回去后,检查发现其中的一个tomcat down了,
赶紧启动tomcat,启动需要切换用户

su -c /web/tomcat/bin/./startup.sh tom

如下报错:

This account is currently not available

以前没问题,经检查发现/etc/passwd 被人修改用户的shell为/sbin /nologin

经问同事,是同事修改了,只好改回来 /bin/bash

执行命令一切OK!

 

posted @ 2013-12-04 21:31  kingtigerhu  阅读(3035)  评论(0)    收藏  举报