User Tools

Site Tools


myhelp:printer

Handling a printer from the CLI: stop printer queue:

# /usr/bin/disable <printername>

start printer queue:

# /usr/bin/enable <printername>

display printer queue for specific printer:

# lpq -P  <printername>

display printer queue:

# lpq -a

delete specific job from printer queue:

# lprm -P  <printername> <jobid>

delete the whole printer queue:

# cancel -a 
myhelp/printer.txt · Last modified: by ulrich