REAL QUESTIONS WITH VERIFIED
ANSWERS SUCCESS PREP GRADED A+
⩥ What config file stores CUPS server settings?
Answer: /etc/cups/cupsd.conf
⩥ What config file stores CUPS client settings?
Answer: /etc/cups/client.conf
⩥ What is the preferred interface for CUPS administration?
Answer: The web interface.
⩥ What CUPS commands should you know?
Answer: lp, lpr, lprm, lpq, lpadmin, lpstat
⩥ What file contains the list of users?
Answer: /etc/passwd
⩥ What file contains encrypted password information?
Answer: /etc/shadow
, ⩥ What file contains group information?
Answer: /etc/group
⩥ What is the format of /etc/passwd?
Answer: name:codedpassword:UID:GID:user-information:home-
directory:shell
⩥ What is the format of /etc/group?
Answer: group-name:*:GID:additional-users
⩥ What commands manage groups?
Answer: groupadd, groupmod, groupdel, groups, id, newgrp
⩥ What does PAM stand for?
Answer: Pluggable Authentication Modules.
⩥ What does PAM do?
Answer: Programs call PAM for authentication, and PAM calls the
correct authentication library.
⩥ What are the PAM module types?