System V: Difference between revisions
Jump to navigation
Jump to search
(→init) |
|||
Line 12: | Line 12: | ||
=init= | =init= | ||
=Runlevels= | =Runlevels= | ||
System V uses runlevels to determine which services to start and stop. A runlevel is a predefined state of the system, where only a specific set of services are running. SystemV has seven runlevels, numbered 0-6, where 0 represents the system shut down state, and 6 represents the system reboot state. | |||
=Debian= | =Debian= |
Revision as of 21:27, 19 August 2023
Internal
Overview
System V (or SysV) is an init system, used to manage services on a Linux system. It servers the same purpose as systemd
.
Differences between System V and systemd
init
Runlevels
System V uses runlevels to determine which services to start and stop. A runlevel is a predefined state of the system, where only a specific set of services are running. SystemV has seven runlevels, numbered 0-6, where 0 represents the system shut down state, and 6 represents the system reboot state.
Debian
Use update-rc.d to install and remove System V init scripts.