Linux - Configuring cups client, Lpstar and lpr commands

Configuring cups client


Configuring cups client
lpstar and lpr commands

Check if cups-client or cups-utils
 # zypper in cups-client 

 # lpstat -p -v 
 # telnet <PrinterIP> 9100
 # lpstat -p <printer_name> -l

 # lpq -a
 # lpstat -ato

From a network printer, print the file and check for idle state of the printer
 # lpstat -p
 # lpr -P <PrinterName> <FileName>
 # lpstat -p
 # lpstat -t
The idle state will change before and after prinitng a file

Configuring cups client
 # lpadmin -p <printe name> -E -v socket://10.12.5.5
 
 # lpstat -p -v

The topic on Linux - Configuring cups client is posted by - Laxmi

Hope you have enjoyed, Linux - Configuring cups clientThanks for your time

Tech Bluff