On Wed, May 15, 2002 at 11:55:37AM -0700, Marc Slemko wrote: > On Wed, 15 May 2002, Justin Erenkrantz wrote: > > > pkill -HUP httpd would all fail if the binary isn't called httpd. > > Erm... that isn't a bad thing.
I'm assuming you mean that I should *only* do: ps -p `cat /where/my/pid/file/that/i/placed/in/my/conf/file/is` kill -HUP `cat /where/my/pid/file/that/i/placed/in/my/conf/file/is` There's more than one way to skin the poor cat. -- justin
