I have a script I run named "newroot".  I want to kill it with killall.
        
    > ps -ax | grep newroot
     842     1 rhh    /bin/sh /home/rhh/bin/newroot 360

    > killall newroot
    No processes matching ``newroot''

    > killall -m newroot
    No processes matching ``newroot''

    > killall -m '.*newroot.*'
    No processes matching ``.*newroot.*''

How?

-- 
Randall Hopper
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to