CH12- Printer Mgmt Flashcards

(13 cards)

1
Q

/etc/cups/

A

Directory containing the configuration files and directories for CUPS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

CUPS configuration files, tools and utilities

A

CUPS (Common UNIX Printing System) is an open source printing system developed by Apple and is the standard for Linux. CUPS includes a set of configuration files and directories located in the /etc/cups, a daemon (cupsd) used to schedule print jobs, filters for printing different document types, and commands to print and manage print jobs in the queue.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

lpd legacy interface (lpr, lprm, lpq)

A

The BSD LPD (Line Printer Daemon) originated from the Berkeley flavor of UNIX and is the standard printing system on several UNIX flavors. CUPS supports LPD as well as IPP. The implementation is based on RFC 1179 (Line Printer Daemon Protocol). It provides printer services for both local and remote users. Basic commands include: lpr (sends jobs to the printer), lprm (removes a print job from the print queue), and lpq (displays print jobs queued for printing).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

CUPS stands for:
Common UNIX Printing System
Common User Printing System
Current User Printing System
Co-managed UNIX Printing System

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

By mistake, a user sends a file to print on a remote printer. The best course of action is:
Call up the remote location and have them reject the print job from the printer controls
Ask the administrator to switch off the printer
Stop printer service immediately
Delete the document if the print document is still in the queue

A

Delete the document if the print document is still in the queue

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A system administrator wants to make few changes to the CUPS server configuration. Changes should be made in which of the files?
printers.conf
snmp.conf
cupsd.conf
classes.conf

A

cupsd.conf

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The /etc/cups/classes.conf file is used by the cupsd daemon for:
Counting the maximum number of client connections
Storing the class of the default printer
Sharing printers
Storing the list of available local printer classes

A

Storing the list of available local printer classes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

CUPS can only be administered by:
Root User and members of the group specified in the SystemGroup directive
It depends on the Allow and Deny directives
Remote Printers
No administration options are available

A

Root User and members of the group specified in the SystemGroup directive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Use of which of the following options for the lpadmin command will enable the printer and make it ready to accept jobs?
-p
-d
-E
-x

A

-E

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Every print job stored in the /var/spool/cups directory has:
One control file and one data file
One data file and one or more control files
One control file and one or more data files
Multiple control and data files

A

One control file and one or more data files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The __________ utility can be used to take a printer offline for maintenance work so that new jobs do not queue on that printer.
print
cupsreject
queue
offline

A

cupsreject

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A system administrator needs to find out the number of copies of a confidential document printed by a particular user. Which of the following log files should he view for the information?
cupsd.conf
page_log
error_log
access_log

A

page_log

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Log files relating CUPS service can be found in the _________ directory.
/var/logs/cups
/var/log/cup
/var/cups

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly