Printer Installation In Red Hat
Printer :
So many type of the printer available in the market. We are divided the printer in to two types.
Network printer in Red Hat :
This is type of printer sharing is available in market.
Print configuration command in Red Hat :
Command
[root@localhost~]#system-config-printer
How to give the print in Red Hat?
Command
[root@localhost~]#lpr <file path>
How to show the printer job number in Red Hat?
Command
[root@localhost~]#lpq
How to stop current print in Red Hat?
Command
[root@localhost~]# lprm 12 ---> (12) is job number
Note : Print server is know as “cups”
How to stat and stop, restart the printer server in Red Hat?
Command
[root@localhost~]#service cups /stat/stop/ restart
How to show the list of every services in Red Hat?
Command
[root@localhost~]#chkconfig – - list
How to show the printer services in Red Hat?
Command
[root@localhost~]#chkconfig – -list | grep cups
How to start or stop the services persistence in Red Hat?
Command
[root@localhost~]# chkconfig cups on/off