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

what is mean by raid and what are all raids available even in software and hardware?

5 Answers   Satyam,


Explain process management system calls in linux?

0 Answers  


I would like to know whether Simado and Setu products are they EPBX or not ?

0 Answers   IBM,


how to configure sendmail server on red hat linux version 4 and what and all we Require?

3 Answers   Wipro,


How to get microseconds of system time from Redhat Linux 4.0

2 Answers  






if root user forget the password how to change it?

4 Answers   Wipro,


if one of the critical section code (linked list) is under ISR & another one in kernel thread ? How you will synchronize for this critical section code ?

4 Answers   NetApp,


What is the Diffrent between Redhat linux And suse linux

2 Answers   Wipro,


What will happen when we invoke a system call and say with an example of invoking a system call ?read? for a device?

3 Answers   NetApp,


1.Diff between Active and passive FTP? 2.What is anacron? 3.Diff between yum update and yum install while doing for kernel? 4.root_squash and no_root_squash does what? 5.What are the commands will you execute to find a new hardware? 6.How will you find out a lun allocated from SAN? 7.What is the main diff in CaT5 and CAT6 cable, except the 1/100 and 1/1000? 8.What is stale NFS and How will you fix it? 9.What is kernel panic error? 10.How will you recover password and shadow file, in case both got deleted. Explain the steps? 11.Explain boot process 12.What is network bonding. Explain the steps? 13.What are the exit codes returned by FSCK? 14.What is LDOM? 15.Diff between block and character device?

2 Answers   Wipro,


What does exec family return?

1 Answers  


What are system calls used for process management in linux?

0 Answers  


Categories