On Thu, October 27, 2005 8:15 pm, Walter Hansen said: > Is there a way to stop and start services on the fly? Or do I have to do > the: > > /etc/rc.d/scripts/someservicescript start Normally, you'll run: /etc/init.d/package-name start for example: /etc/init.d/apache2 restart Jeremy