Tag Archives: boot
Linux Run Levels
Linux Run Levels ================ Run Level Description 0 Halt 1 Single-User mode 2 Multi-user mode, usually … Continue reading
Boot process of linux
The boot process of linux ========================= – After you turn on your Linux System, linux kernel loads into memory and runs. – Firstly, it runs the init process. – init program is usually located at /sbin/init. – init process has … Continue reading