System V

From NovaOrdis Knowledge Base
Revision as of 21:27, 19 August 2023 by Ovidiu (talk | contribs) (→‎Runlevels)
Jump to navigation Jump to search

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

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

http://www.debian.org/doc/debian-policy/#contents

Use update-rc.d to install and remove System V init scripts.