Rename Printer

From Birnam Designs Wiki

Jump to: navigation, search

To rename a printer in Linux:

sudo vim /etc/cups/printers.conf

The config file lists printers delimited like:

<Printer canonmx300>
Info ...
Location ...
etc.
etc.
etc.
</Printer>

Rename the text after "Printer" within the < and > at the top of each definition.

DO NOT USE SPACES IN THE NAME it will make the printer inaccessible.

Save, close, and restart cups with:

sudo service cups restart
Share This!
This page was last modified on 11 February 2010, at 20:06. This page has been accessed 602 times.