what is cups and how to configure?

Answers were Sorted based on User's Feedback



what is cups and how to configure?..

Answer / vinayak

Cups is nothing but service for printer.It can be
configured by editing vi /etc/cups.conf file
after editing the file we need to start the cups service

Is This Answer Correct ?    20 Yes 0 No

what is cups and how to configure?..

Answer / kamal kakkar

it is service for printer
The command is system-config-printer

Is This Answer Correct ?    10 Yes 1 No

what is cups and how to configure?..

Answer / satish malanch

cups stand for comman unix printer service. It is a daemon
used to install printer in linux . we can configure printer
either by setup command or by sytem-config-printer in
terminal windows.

Is This Answer Correct ?    7 Yes 0 No

what is cups and how to configure?..

Answer / dave_chamoli82

Cups is mainly use for printing. It is mainly use for recive
print job and inform print service. Cups is stand for common
unix printing system.
To configure cups:
# system-config-printer

Is This Answer Correct ?    6 Yes 1 No

what is cups and how to configure?..

Answer / karthi

The command is
system-config-printer

Is This Answer Correct ?    4 Yes 0 No

what is cups and how to configure?..

Answer / ravi

CUPS (formerly an acronym for Common Unix Printing System,
but now with no official expansion) is a modular printing
system for Unix-like computer operating systems which allows
a computer to act as a print server. A computer running CUPS
is a host that can accept print jobs from client computers,
process them, and send them to the appropriate printer.

If you are using a client with CUPS and a CUPS server has
already been configured, installing the printers on your
client can not get much easier than this: do nothing.
Through broadcasting, the client should find the CUPS server
and automatically configure the printers that are installed
on that print server. This is one of the features of CUPS
that will be really appreciated on large networks.

Manually configuring printers with CUPS, also is a peace of
cake. If you are new to CUPS and/or Unix printing, the way
to go is probably the web interface. If you have to
configure lots of printers, using the command-line will
probably be faster.

The URL to access the CUPS web interface is
http://hostname:631/admin by default. The port can be
changed in cupsd.conf if necessary.

To add a printer from the command-line the general syntax is
lpadmin -p printer -E -v device -m ppd Lpadmin with the -p
option adds or modifies a printer. The printers are saved in
the file The -x option deletes the named printer. Read the
lpadmin man page for available options.

Example 3. command-line examples

/usr/sbin/lpadmin -p testpr1 -E -v socket://192.168.1.9 -m
deskjet.ppd
/usr/sbin/lpadmin -p testpr2 -E -v parallel:/dev/lp0 -m
laserjet.ppd
/usr/sbin/lpadmin -x testpr1

More information about configuring printers and options can
be found in the CUPS documentation. The Software
Administrators Manual will teach you all you need to know
about configuring printers with CUPS.

Is This Answer Correct ?    1 Yes 0 No

what is cups and how to configure?..

Answer / manoj

system-config-printer
after the
fill all the required information like printer name, etc

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Linux System Calls Interview Questions

diff b/w spinlock, seamaphores and mutex and where to use it.

2 Answers   Intel,


Explain process management system calls in linux?

0 Answers  


What does exec family return?

1 Answers  


what is the diff b/w MUTEX and semaphore?

12 Answers   Sony, TCS,


what happens when we do insmod & rmmod in Linux Device Drivers ?

2 Answers  






what is stored in /proc ? what is significance of /proc in linux ?

3 Answers   NetApp,


what is nis server

13 Answers  


linux system its not booting up its showing groub error what i need to do?

4 Answers   Wipro,


how to configure http server on red hat linux4.0?

5 Answers   IBM,


what is bus trap.

1 Answers   NetApp,


How to get microseconds of system time from Redhat Linux 4.0

2 Answers  


how to create samba server in fedora linux 9 ?

2 Answers   Accenture,


Categories