Network User’s Guide
88
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 myprn_lp
The result of lpstat may not be displayed correctly depending
on UNIX operating system specification (e.g. Solaris 2.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 details of the ftp
command. The following explanation uses print file test.prn
with printer name myprn_lp as an example.