From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <53681.67.34.73.245.1084137103.squirrel@www.fl2600.com> In-Reply-To: <0d8fa5729f118dca835f858036cd5f71@terzarima.net> References: <53328.67.34.73.245.1084134355.squirrel@www.fl2600.com> <0d8fa5729f118dca835f858036cd5f71@terzarima.net> Subject: Re: [9fans] kill process httpd From: zer0db@fl2600.com To: 9fans@cse.psu.edu User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Date: Sun, 9 May 2004 17:11:43 -0400 Topicbox-Message-UUID: 7526b9f2-eacd-11e9-9e20-41e7f4b1d025 > assuming you're piping the results of kill httpd into rc (ie, kill httpd | > rc) > the problem is quite likely to be that httpd becomes "none", a different > user > with notionally restricted access. if you're the host owner, you could > try {Kill httpd | rc}; > note the capital K > > it's just a suggestion. these things have changed a bit over the years > and there are no dates attached to my memories. > Thanks the capitol K did it.