Linux Chapter 10 Review
True
T/F - Sending print jobs from a print queue to a printer is commonly called printing.
True
T/F - The /etc/login.defs file contains parameters that set the default location for e-mail, password expiration information, minimum password length, range of UIDs and GIDs available for use.
False
T/F - The file that contains the configuration information for each printer installed on the system is /etc/cups/cupsd.conf.
False
T/F - To clear a log file, you can use a(n) < redirection symbol.
alert
The ____ priority used by the System Log Daemon indicates an error that should be rectified immediately, such as a corrupt system database.
-L
To lock an account, you can use the usermod command with the ____ option.
lpstat
To see a list of all printers on the system and their status, you can use the -t option to the ____ command.
lp
To send a print job to a printer, you must first use the ____ command and specify what to print.
useradd
You can create user accounts on the Linux system by using the ____ command.
lpadmin
You can restrict who can print to certain printers by using the ____ command.
-r
You can specify the ____ option to the userdel command to remove the home directory for the user and all of its contents.
/var/log
Log files are typically stored in the ____ directory.
False
T/F - Can the usermod command be used to modify the password expiration information stored in /etc/shadow?
True
T/F - If you want to enable a printer, you must specify the printer name to the cupsenable command.
False
T/F - In the CUPS printing system, the lpr command is used to print documents to the print queue.
False
T/F - Most printers are Plug and Play compatible and must be manually configured when they are plugged into the system.
False
T/F - On most Linux systems, the logrotate utility is automatically scheduled to run weekly.
#
Any line that starts with a(n) ____ character is a comment in the /etc/rsyslog.conf file.
False
T/F - A user can only be a member of one group.
True
T/F - CUPS contains versions of the lpr, lpc, lpq, and lprm commands.
False
T/F - Can a user account be used to log in to the system before its password is set?
False
T/F - Did older Linux systems store encrypted passwords in the /etc/shadow file?
-p
The ____ option to the lpstat command causes a list of printers that are enabled to be displayed.
/etc/skel
The skeleton directory on most Linux systems is ____.