This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!
SysVinit¶
SysVinit is a collection of System V-style
init programs. It includes init, which is run by the
kernel as process 1, and is the parent of all other processes.
Reference(s)
Table of contents¶
TODO
Services¶
Basic service related commands¶
-
Start the
service_name
service: -
Stop the
service_name
service: -
Restart the
service_name
service: -
Reload
service_name
configuration without stopping theservice_name
service: -
Check the
service_name
service status: -
Enable the
service_name
service on system boot: -
Disable the
service_name
service on system boot: -
Check if the
service_name
service is enable or disable on system boot:
Run levels¶
TODO
If this cheat sheet has been useful to you, then please consider leaving a star here.