Environment: centos7
First check the current running level of the system
systemctl get-default
Then set the boot to enter the command line mode
systemctl set-default multi-user.target
Finally Just restart the system.
Recommended tutorial: centos tutorial
The above is the detailed content of How to set CentOS to boot into command line mode. For more information, please follow other related articles on the PHP Chinese website!