Forrest logo
tool overview
On this page you find all important commands for the CLI tool chkconfig. If the command you are looking for is missing please ask our AI.

chkconfig

Chkconfig is a command line tool used in Unix and Unix-like operating systems. It is used to configure and manage the services running on a system during startup. The tool allows administrators to enable or disable services to start automatically or manually at boot time. It provides a simple way to view, add, remove, or modify services listed in the system initialization scripts. Chkconfig organizes services into different runlevels, which represent different modes of operation for the system. It works by manipulating the symbolic links located in the directories /etc/init.d and /etc/rc.d and updating the runlevel directories. Administrators can use chkconfig to set services to run in specific runlevels or to exclude them from starting altogether. It provides a convenient way to ensure that essential services are automatically started upon booting the system. Chkconfig also allows administrators to manage services across multiple runlevels easily. Overall, it ensures smooth system initialization and simplifies service management for system administrators.

List of commands for chkconfig:

tool overview