MaGe Linux Operations
MaGe Linux Operations
Dec 13, 2023 · Operations

Master Linux Startup: rc.local, init.d, and systemd Explained

This article explains three common Linux startup methods—traditional /etc/rc.local, legacy SysVinit scripts in /etc/init.d/, and the modern systemd unit system—detailing their roles, execution contexts, and how systemd has largely replaced older approaches.

Linuxinit scriptsinit.d
0 likes · 4 min read
Master Linux Startup: rc.local, init.d, and systemd Explained
MaGe Linux Operations
MaGe Linux Operations
Aug 23, 2014 · Operations

Mastering chkconfig: Control Linux Services and Runlevels with Ease

This article explains the chkconfig command for managing Linux services across runlevels, detailing its syntax, common usage examples, custom service creation, and includes sample init scripts, illustrating how to add, remove, enable, disable, and query services effectively.

LinuxService Managementchkconfig
0 likes · 12 min read
Mastering chkconfig: Control Linux Services and Runlevels with Ease