Chapter 9 Study Cards Flashcards

1
Q

chage

A

The chage command enables you to modify account settings relating to account expiration.

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

Coordinated Universal Time (UTC)

A

A time closely related to Greenwich Mean Time (GMT).

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

cron

A

The cron program is a daemon, so it runs continuously, looking for events that cause it to spring into action.

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

Cron job

A

A program or script that’s run at a regular interval by the cron daemon. See also system cron job and user cron job.

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

daemon

A

A daemon is a program that runs continuously in the background waiting for an event to trigger it to perform some action.

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

File server

A

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.

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

GMT

A

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).

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

Greenwich Mean Time (GMT)

A

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).

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

Group administrator

A

A person with administrative authority over a group. A group administrator can add or delete members from a group and perform similar administrative tasks.

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

groups

A

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).

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

Hardware clock

A

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.

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

Log file

A

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.

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

Log rotation

A

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.

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

Network Time Protocol (NTP)

A

A network protocol and server enabling one computer to set its clock based on the value maintained by another clock.

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

Skeleton directory

A

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.

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

Software clock

A

A type of clock maintained by a running Linux system and used by most software programs that must refer to the time. See hardware clock.

17
Q

Stratum

A

In the context of the Network Time Protocol (NTP), the distance of a server from an atomic clock or other original time source. Stratum 0 servers are such sources but can’t be contacted directly except by a stratum 1 server. Stratum 2 servers set their clocks from stratum 1 servers, stratum 3 servers set their clocks from stratum 2 servers, and so on.

18
Q

System clock

A

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.

19
Q

System cron job

A

A cron job that handles system-wide maintenance tasks, like log rotation or deletion of unused files from /tmp. See also user cron job.

20
Q

User cron job

A

A cron job created by an individual user to handle tasks for that user, such as running a CPU-intensive job late at night when other users won’t be disturbed by the job’s CPU demands. See also system cron job.

21
Q

usermod

A

The usermod program closely parallels useradd in its features and parameters. This utility changes an existing account instead of creating a new one, though.

22
Q

UTC

A

A time closely related to Greenwich Mean Time (GMT).