System V: Difference between revisions
Jump to navigation
Jump to search
m (Ovidiu moved page System V init Concepts to System V without leaving a redirect) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
=Overview= | =Overview= | ||
System V (or SysV) is an init system, used to manage services on a Linux system. It servers the same purpose as <code>[[Systemd|systemd]]</code>. | |||
=Differences between System V and systemd= | |||
{{Internal|Differences between System V and 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. | |||
==Level 0== | |||
==Level 1== | |||
==Level 2== | |||
==Level 3== | |||
==Level 4== | |||
==Level 5== | |||
==Level 6== | |||
=Debian= | =Debian= |
Latest revision as of 21:56, 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.
Level 0
Level 1
Level 2
Level 3
Level 4
Level 5
Level 6
Debian
Use update-rc.d to install and remove System V init scripts.