Difference between revisions of "CUPS"
From Hack Sphere Labs Wiki
(Created page with "Manual Configuration of Print Queues The most tedious method of configuring client machines is to configure each remote queue by hand using the lpadmin(8) command: lpadmin -...") |
|||
Line 3: | Line 3: | ||
The most tedious method of configuring client machines is to configure each remote queue by hand using the lpadmin(8) command: | The most tedious method of configuring client machines is to configure each remote queue by hand using the lpadmin(8) command: | ||
− | lpadmin -p printer -E -v ipp://server/printers/printer | + | lpadmin -p printer -E -v ipp://server/printers/printer |
The printer name is the name of the printer on the server machine. The server name is the hostname or IP address of the server machine. Repeat the lpadmin command for each remote printer you wish to use. | The printer name is the name of the printer on the server machine. The server name is the hostname or IP address of the server machine. Repeat the lpadmin command for each remote printer you wish to use. |
Revision as of 20:48, 5 May 2012
Manual Configuration of Print Queues
The most tedious method of configuring client machines is to configure each remote queue by hand using the lpadmin(8) command:
lpadmin -p printer -E -v ipp://server/printers/printer
The printer name is the name of the printer on the server machine. The server name is the hostname or IP address of the server machine. Repeat the lpadmin command for each remote printer you wish to use.