Chapter 9 Study Cards Flashcards
chage
The chage command enables you to modify account settings relating to account expiration.
Coordinated Universal Time (UTC)
A time closely related to Greenwich Mean Time (GMT).
cron
The cron program is a daemon, so it runs continuously, looking for events that cause it to spring into action.
Cron job
A program or script that’s run at a regular interval by the cron daemon. See also system cron job and user cron job.
daemon
A daemon is a program that runs continuously in the background waiting for an event to trigger it to perform some action.
File server
A computer or program that delivers files to other computers via network protocols upon request. Examples of file-server programs include NFS, Samba, and FTP.
GMT
The time in Greenwich, England, unadjusted for daylight saving time. Linux systems use this time internally and adjust to local time by knowing the system’s time zone. See also Coordinated Universal Time (UTC).
Greenwich Mean Time (GMT)
The time in Greenwich, England, unadjusted for daylight saving time. Linux systems use this time internally and adjust to local time by knowing the system’s time zone. See also Coordinated Universal Time (UTC).
Group administrator
A person with administrative authority over a group. A group administrator can add or delete members from a group and perform similar administrative tasks.
groups
Linux uses groups as a means of organizing users. In many ways, groups parallel users. In particular, they’re defined in similar configuration files, have names similar to usernames, and are represented internally by numbers (as are accounts).
Hardware clock
A clock that’s built into a computer’s hardware. The hardware clock maintains the time when the computer is powered down. See also software clock.
Log file
A text file, maintained by the system as a whole or by an individual server, in which important system events are recorded. Log files typically include information about user logins, server access attempts, and automatic routine maintenance.
Log rotation
A routine maintenance process in which the computer suspends recording data in log files, renames them, and opens new log files. This process keeps log files available for a time, but ultimately it deletes them, preventing them from growing to consume all available disk space. Also called log rotation.
Network Time Protocol (NTP)
A network protocol and server enabling one computer to set its clock based on the value maintained by another clock.
Skeleton directory
A directory, typically /etc/skel, that holds files that should be copied to each new user’s home directory as the user’s account is created.