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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

