Hi,
How can we list the printers and how to select a printer from number of printers to assign the printing job.
--Rohit
Hi,
How can we list the printers and how to select a printer from number of printers to assign the printing job.
--Rohit
Last edited by rohit; 02-10-2011 at 03:38 PM.
Rohit,
Each of the lp* commands take a -P<printer name> argument. You can get a list of all the printer queues with lpstat -a. See the man pages of these commands for more information.
Anup