UNIX 88
> sjis and euc function only as PostScript printers.
BSD-based UNIX
Print using the lpr command.
# lpr –Pc7300v2_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 c7300v2_lp
# lprm –Pc7300v2_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.
> While the short format of lpq is a UNIX compatible format, the
long format is unique to this network interface.
Example of the short format:
# lpq –Pc7300v2_lp
Example of the long format: # lpq –l -Pc7300v2_lp
System V-based UNIX
Print using the lp command.
# lp –d c7300v2_lp test.prn
Delete a print job using cancel command.
Example: To delete a print job (Job ID 456) in the c7300v2_lp
# cancel c7300v2_lp -456
Verify the printer status using the lpstat command.
# lpstat –pc7300v2_lp
> The result of lpstat may not be displayed correctly depending on
UNIX operating system specification (e.g. Solaris 2.x).