1 / 2

Linux boot sequence and run levels

Linux boot sequence and run levels. since we are only interested in the phases after the kernel has loaded. To establish your machine's current run level, you can run the /sbin/run level command. (See man run level for further details.)

henry
Download Presentation

Linux boot sequence and run levels

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Linux boot sequence and run levels • since we are only interested in the phases after the kernel has loaded. • To establish your machine's current run level, you can run the /sbin/run level command. (See man run level for further details.) • Once the kernel has been loaded and has started to run, it calls the /sbin/init program. This program runs as root and sets the "run level" to that requested at initial boot time. (For more details on the init program.

  2. What is a run level? • Run level is simply a number that Linux uses to distinguish different types of high-level configurations that the machine should be booted into. These run level numbers are on the whole "well-known," in the sense that most of them have very clearly defined meanings.

More Related