Installing Printers in Linux
- Which command is commonly used to manage
printers in Linux?
A) lpadmin
B) printconfig
C) printerctl
D) lpr
Correct Answer: A)
lpadmin
- What is the purpose of the CUPS system
in Linux?
A) To manage user accounts
B) To provide a printing system for Unix-like operating systems
C) To configure network settings
D) To manage file systems
Correct Answer: B)
To provide a printing system for Unix-like operating systems
- Which command would you use to list all
available printers on a Linux system?
A) lpstat -p
B) lpr -p
C) print -l
D) cups-ls
Correct Answer: A)
lpstat -p
- What is the default web interface for
managing CUPS printers?
A) http://localhost:631
B) http://localhost:8080
C) http://localhost:80
D) http://localhost:3000
Correct Answer: A) http://localhost:631
- Which file format is commonly used for
printer drivers in Linux?
A) .exe
B) .ppd
C) .dll
D) .bin
Correct Answer: B)
.ppd
- What command is used to print a file from
the command line in Linux?
A) print
B) lp
C) lpr
D) Both B and C
Correct Answer: D)
Both B and C
- Which option would you use with the lpadmin command
to add a new printer?
A) -a
B) -d
C) -p
D) -u
Correct Answer: C)
-p
- What does the lpoptions command
do?
A) To configure printer options
B) To list available printers
C) To delete a printer
D) To print a test page
Correct Answer: A)
To configure printer options
- Which command would you use to remove a
printer from the system?
A) lpremove
B) lpadmin -x
C) lprm
D) Both A and B
Correct Answer: D)
Both A and B
- What is the purpose of the lpq command?
A) To display the status of print jobs in the queue
B) To cancel print jobs
C) To configure printer settings
D) To add a new printer
Correct Answer: A)
To display the status of print jobs in the queue
No comments:
Post a Comment
If you have any doubts, please let me know