CUPS Printer configuration on Linux

Posted byShailesh Posted onMarch 12, 2019 Comments0

#ssh Y.Y.Y.Y
#yum install cups
#yum list cups
#mv printers.conf printers.conf_orig #command to take printers.conf backup
#scp X.X.X.X:/etc/cups/printers.conf .
#/etc/init.d/cups restart
#yum install firefox
#scp X.X.X.X:/etc/cups/ppd/* ppd/ #This command to copy existing cups configuration or we can add new printers manually.

Category

Leave a Comment