切換用戶su hdfs出現This account is currently not available.

 

 

切換用戶su hdfs進入不了

出現This account is currently not available.

 

用vi看看 hdfs的帳號信息

# cat /etc/passwd|grep hdfs

hdfs:x:995:992:Hadoop HDFS:/var/lib/hadoop-hdfs:/sbin/nologin

發現它的shell是“/sbin /nologin”,需要將其改成“/bin/bash”

# vim /etc/passwd

修改完畢後,保存退出

這樣再 su hdfs就進去了。

修改

 

 

 

完成。

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章