*Check/change startup services

service --status-all
service <service> start
service <service> stop
service <service> status
update-rc.d -f <service> remove
update-rc.d <service> defaults

[+] Service starts at boot [-] Service does not start Start a service Stop a service Check status of a service Remove a service start up cmd (-f if the /etc/init.d start up file exists ) Add a start up service

*Available in Linux distributions such as Red Hat Enterprise Linux (RHEL), CentOS and Oracle Enterprise Linux (OEL)