Difference between revisions of "cups command line printing and options"

From thelinuxwiki
Jump to: navigation, search
(Created page with "manully adding a remote cups que (printer) existing on another computer lpadmin -p printer_name -E -v ipp://server_name_or_ip/printers/printer_share_name category:cups")
 
Line 1: Line 1:
 +
 +
http://www.cups.org/documentation.php/doc-1.6/sharing.html
 +
 
manully adding a remote cups que (printer) existing on another computer
 
manully adding a remote cups que (printer) existing on another computer
 
  lpadmin -p printer_name -E -v ipp://server_name_or_ip/printers/printer_share_name
 
  lpadmin -p printer_name -E -v ipp://server_name_or_ip/printers/printer_share_name
 +
  
 
[[category:cups]]
 
[[category:cups]]

Revision as of 04:24, 4 March 2013

http://www.cups.org/documentation.php/doc-1.6/sharing.html

manully adding a remote cups que (printer) existing on another computer

lpadmin -p printer_name -E -v ipp://server_name_or_ip/printers/printer_share_name