-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

chkconfig


> Manage the runlevel of services on CentOS 6.

More information.


List services with runlevel:

chkconfig --list

Show a service's runlevel:

chkconfig --list {ntpd}

Enable service at boot:

chkconfig {sshd} on

Enable service at boot for runlevels 2, 3, 4, and 5:

chkconfig --level {2345} {sshd} on

Disable service at boot:

chkconfig {ntpd} off

Disable service at boot for runlevel 3:

chkconfig --level {3} {ntpd} off


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 12:52:56 2024