How to boot CentOS into command line mode

王林
Release: 2020-03-23 16:40:29
Original
5530 people have browsed it

How to boot CentOS into command line mode

The running levels of the command line and the graphical interface are different, as follows:

multi-user.target: Run level 3 (command line)

graphical.target: Run level 5 (graphical interface)

(Recommended tutorial: centos usage tutorial)

So, how to set the system to boot into the command line mode? ?

The method is as follows:

1. Check the current running level:

systemctl get-default
Copy after login

2. Set the boot command line:

systemctl set-default multi-user.target
Copy after login

Extension:

Set up to boot into the graphical interface:

systemctl set-default graphical.target
Copy after login

Recommended related video tutorials: linux video tutorial

The above is the detailed content of How to boot CentOS into command line mode. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!