What is the meaning of linux startup level
This article mainly explains "what is the meaning of linux startup level". The content in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "what is the meaning of linux startup level".
0: stop
1: single-user mode, only root is used for maintenance
2: multi-user, cannot use net file system
3: completely multi-user
5: graphical
4: safe mode
6: restart
In fact, you can compare and understand by looking at the rc*.d file in / etc/rc.d/. Different directories contain different commands.
Init 0, the corresponding system will run the program specified in / etc/rc.d/rc0.d
S00killall 、 S01halt
Both are represented as terminating the process. Therefore, init 0 is used to indicate shutdown.
Thank you for your reading, the above is the content of "what is the meaning of linux startup level?" after the study of this article, I believe you have a deeper understanding of the meaning of linux startup level, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!