UNIX > 0
UNIX > 54
logical.printers
The printer’s network interface in
cludes three logical printers.
>
lp must be used for printing a file created using the printer driver.
>
sjis must be used for printing a text file of Shift JIS Kanji code.
>
euc must be used for the printing a text file of the EUC Kanji code.
>
sjis and euc function only as PostScript printers.
bsd-based.UnIX
Print using the
lpr
command.
# lpr myprn_lp test.prn
If the
lprm
command is used, the print job is cancelled.
Example: To delete a print job (Job ID 123) on the myprn_lp
# lprm myprn_lp 123
Verify the printer status using the
lpq
command.
>
The result of
lpq
may not be displayed correctly depending on UNIX operating
system specification.
# lpq myprn_lp
system.V-based.UnIX
Print using the
lp
command.
# lp –d myprn_lp_lp test.prn
Delete a print job using
cancel
command.
Example: To delete a print job (Job ID 456) in the myprn_lp
# cancel myprn_lp -456
Verify the printer status using the
lpstat
command.
# lpstat
The result of
lpstat
may not be displayed correctly depending on UNIX operating
system specification (e.g. Solaris .x).
ftP.printing
FTP (File Transfer Protocol) is used for transferring a file with TCP/IP. If the print data
is sent to a logical printer via FTP, it is printed.
Refer to the workstation’s manual for de
tails of the ftp command. The following
explanation uses print file
test.prn
with printer name
myprn_lp
as an example.
logIcal.PrInter
PrInter.fUnctIon
lp
For direct output
sjis
For Shift JIS Kanji converted output
euc
For EUC Kanji converted output