Red Hat 6.0 Linux系统跳过登录界面直接进入系统

修改/etc/init/tty.conf文件
将exec /sbin/mingetty $TTY改为
exec /sbin/mingetty --autologin root $TTY


或者
修改/etc/inittab文件
将3改为1

参考网址:

http://zhumeng8337797.blog.163.com/blog/static/10076891420112116236942/

http://zhumeng8337797.blog.163.com/blog/static/10076891420112116421175/

原文地址:https://www.cnblogs.com/mengzhixingping/p/3861595.html