How to chkconfig off and on Multiple services with a bash script
This has more applications than with just the chkconfig command. However, I found this script to be useful and wanted to add it to my database of useful scripts. This script will chkconfig off the services listed in the services variable. By changing the off to on, the script will chkconfig on the services listed in the services variable. Here…
Read More »