您的位置:首页 > 大数据 > 人工智能

This account is currently not available

2014-10-09 13:29 323 查看
Linux 切换用户 This account is currently not available 错误

解决办法:usermod -s /bin/bash username

例:

[root@hadoop1 apptrack]# su - hbase

 This account is currently not available.

[root@hadoop1 apptrack]# usermod -s /bin/bash hbase

[root@hadoop1 apptrack]# su - hbase

 -bash-4.1$ 
OK 切换用户成功
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: