centos7如何设置成开机默认命令行模式以及登陆账户为root
阿神
阿神 2017-04-25 09:01:36
0
3
827

systemd方式如何修改?

阿神
阿神

闭关修行中......

reply all(3)
淡淡烟草味

CentOS7 no longer uses the init hosting service, but changed it to systemd. Naturally, the /etc/inittab file is no longer needed.

ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target

左手右手慢动作

1, command mode
systemctl set-default multi-user.target
2.Graphic mode
systemctl set-default graphical.target

Peter_Zhu

CentOS sets the default startup command line (does not start the graphical interface)
CentOS implements root automatic login

For this matter, please google it yourself.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template