====== Services Startup Configuration Notes ====== ===== systemd ===== https://askubuntu.com/questions/912216/16-04-command-to-list-all-services-started-on-boot * ''+'' = running * ''-'' = stopped **List** services: service --status-all **Query status, enable or disable** a service: systemctl [is-enabled|enable|disable] List all **enabled** services: systemctl list-unit-files | grep enabled List **currently running** services: systemctl | grep running ===== sysvinit ===== /etc/init.d/ start|stop|status ===== CentOS/RedHat ===== chkconfig --list chkconfig on|off ===== Debian/Ubuntu ===== apt-get install rcconf rcconf --list rcconf --on