Difference between revisions of "User:Kjkiser2/Adding a Linux Printer"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
#It may be possible to create a command called "printer" to enter the "sudo /usr/bin/printconf-gui" command. | #It may be possible to create a command called "printer" to enter the "sudo /usr/bin/printconf-gui" command. | ||
#If needed, the command can also be giving the no password flag since it's available to all users. | #If needed, the command can also be giving the no password flag since it's available to all users. | ||
+ | |||
+ | [[Category:Printers]] |
Revision as of 17:21, 15 March 2006
Adding a Linux Printer
To add a printer under Linux without access to the root account:
- Open a terminal window
- Add under "User priviledge specification" the following line:
- ALL ALL= /etc/pam.d/printconf-gui, /usr/bin/printconf-gui
- You must launch the program from the commandline.
- The GUI still requires you to enter the root password to use the Printer Configuration Tool.
- It may be possible to create a command called "printer" to enter the "sudo /usr/bin/printconf-gui" command.
- If needed, the command can also be giving the no password flag since it's available to all users.