Samuel Hocevar <[EMAIL PROTECTED]> wrote:
>On Sat, Sep 09, 2000, Robert D. Hilliard wrote:
>>      For some reason pidof doesn't work on the dictd daemon, so it may
>> not work on others as well.  See Bug#67021.
>
>   Then I suggest the following :
>
>      ps ax | grep '[ ]'<daemon-name>
>
>   I think the 'grep -v grep' kludge usually taught should be avoided.

I usually prefer this:

  ps acx | grep <daemon-name>

-- 
Colin Watson                                     [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to