myhelp:printer
**This is an old revision of the document!**
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.1438851675.txt.gz · Last modified: by 127.0.0.1
