It is important to close any unneeded open ports.
To view a list of running services you can execute the following command:
chkconfig –list | grep onTo disable a running service you can execute the command:
chkconfig service name offThen you should stop this service from running by executing:
/etc/init.d/service stop
No comments:
Post a Comment