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.

  • 1. Local printer :
  • 2. Network printer :

Network printer in Red Hat :

This is type of printer sharing is available in market.

network shared printer in red hat

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
Notepad

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
#Printer_installation_in_red_hat #Local_printer_installation_in_red_hat #Network_installation_in_red_hat #Print_configuration_command_in_Red_Hat #How_to_give_the_print_in_Red_Hat #How_to_stop_current_print_in_Red_Hat

(New page will open, for Comment)

Not yet commented...