7
7-3
Printing to the RIP Station
T
O
REMOVE
JOBS
FROM
THE
QUEUE
:
N
OTE
:
Unless you log in as the
root
user, you can remove only your own jobs.
•
On a system running SunOS 4 or another BSD-based variant, use the lprm command to
remove jobs from the queue as follows.
lprm <-Pprinter> <job #…>
You can use the lpq command to check the job number.
For example, to remove job number
123
from the Print queue of your RIP Station
named
print_Server
, type:
lprm -Pprint_Server 123
The lprm command reports the names of any files it removes.
•
On a system running Solaris 2 or any System V implementation of UNIX, use the cancel
command to remove jobs from the queue.
cancel <printername> <job ID>
For example, to remove job number
123
from the Print queue of your RIP Station
named
print_Server
, type:
cancel print_Server 123