Xerox 2101 ST Digital Copier/Printer プリント

ページ / 148
3
3-2
Printing from UNIX Workstations
T
O
 
PRINT
 
FROM
 UNIX
On a system running Solaris 8, use the lp command to send a job to the Fiery EX2101, 
as follows:
lp -d <printername> -n <copies> <filename>
For example, if the Print queue of your Fiery EX2101 is named 
print_Server
, your file 
is named 
Sample
, and you want to print two copies, type:
lp -d print_Server -n 2 Sample
T
O
 
DISPLAY
 
A
 
LIST
 
OF
 
JOBS
 
IN
 
THE
 
QUEUE
On a system running Solaris 8, use the lpstat command to see printer jobs in the 
queue, as follows:
lpstat -o <printername>
For example, if the Print queue of your Fiery EX2101 is named 
print_Server
, type:
lpstat -o print_Server
Your workstation displays the contents of the queue.
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 Solaris 8, 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 Fiery EX2101 
named 
print_Server
, type:
cancel print_Server 123