Display services list like follows When you send this command command ssh: chkconfig --list You can all services list on ssh display If you want to stop some service You need to send this command on ssh command ssh: /etc/init.d/ service-name stop command ssh: chkconfig service-name off
os tutorial and troubelshooting