HostOnNet Blog

chkconfig

Looking for Linux Server Admin or WordPress Expert? We can help.

chkconfig is a command that list services and its run levels on SysV. Now most distros are using systemd

[[email protected] config]# chkconfig --list

Note: This output shows SysV services only and does not include native
      systemd services. SysV configuration data might be overridden by native
      systemd configuration.

      If you want to list systemd services use 'systemctl list-unit-files'.
      To see services enabled on particular target use
      'systemctl list-dependencies [target]'.

netconsole     	0:off	1:off	2:off	3:off	4:off	5:off	6:off
network        	0:off	1:off	2:off	3:off	4:off	5:off	6:off
[[email protected] config]# 

Here only 2 services on this server as other services are managed by systemd.

Posted in Linux

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.