[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: HELP! My printer won't stop!!



On Mon, Jan 03, 2005 at 10:52:33PM +0000, Clive Menzies wrote:
> You could try:
> $ ps aux | grep lpr
> which will list the process ID
> the kill the process, as root or sudo, with:
> # kill -9 ProcessID (the number)

Or, even simpler:

  pkill lpr

Jason



Reply to: