LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   stop print jobs (https://www.linuxquestions.org/questions/linux-newbie-8/stop-print-jobs-436713/)

v1nc3nt 04-19-2006 07:21 AM

stop print jobs
 
how to i stop a print job in rh9

BobNutfield 04-19-2006 08:16 AM

Try as root:

lpadmin -x

That should delete any pending print jobs

Hope this helps

Bob

pwc101 04-19-2006 08:24 AM

there's also
Code:

lpq
(which shows jobs that are queued) and
Code:

lprm <job_id_from_lpq>
which should kill that particular job.

homey 04-19-2006 08:29 AM

I found that lpadmin -x wants the printer name. For example:
lpadmin -x hp_printer

I also use the command: lprm -


All times are GMT -5. The time now is 04:41 AM.