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
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
Comments
Post a Comment