UnixPedia : HPUX / LINUX / SOLARIS: LINUX

LINUX




PRINTER-SETUP

Below are the step to create printer on Linux system
Login to system
Take the backup of printer.conf file
[root@Linux-suse:/root]#
#-> cp  /etc/cups/printers.conf  /etc/cups/printers.conf-`date +%Y-%m-%d`.bak
[root@Linux-suse:/root]#
#-> /etc/init.d/cups start
Starting cupsd                                                        done
[root@Linux-suse:/root]#
#-> chkconfig cups --list
cups                      0:off  1:off  2:on   3:on   4:off  5:on   6:off
[root@Linux-suse:/root]#
#-> chkconfig cups on
[root@Linux-suse:/root]#
#-> chkconfig cups --list
cups                      0:off  1:off  2:on   3:on   4:off  5:on   6:off
[root@Linux-suse:/root]#
#-> lpadmin -p elp_xml  -E -v lpd://wjanbebe111432.myhome.com/elp_xml
[root@Linux-suse:/root]#
#-> lpq
elp_xml is ready
no entries
[root@Linux-suse:/root]#





No comments:

Post a Comment