busybox login: root Login incorrect

来源:互联网 发布:夏俊峰案网络舆论 编辑:程序博客网 时间:2024/06/05 07:53
answer:

The file /etc/securetty comes with self explained header "# /etc/securetty: List of terminals on which root is allowed to login."

And the content is as follows

# For people with serial port consoles
#ttyS0

# Standard consoles
tty1
tty2
tty3
tty4
tty5
tty6
tty7


I just need to uncomment one line. My problem is solved now. Thank you for help.


0 0
原创粉丝点击