1.7 manage software configurations Flashcards

1
Q

Systemctl reload {service}

A

Re-read a system’s configuration files while the service runs.

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

.rpmnew

A

An .rpmnew file contains the new default configuration file and leaves your original configuration file untouched.

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

.rpmsave

A

.rpmsave file is a copy of your original configuration file, which has been replaced by the new default file.

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

/etc/apt.conf

A

This file can be used to set debug options, configure proxy connections, and configure how APT caches packages.

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

/etc/yum.conf

A

This file is the primary configuration file for yum commands.

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

/etc/dnf/dnf.conf

A

The dnf configuration file.

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

/etc/apt/sources.list.d

A

This file contains a list of URLs of software repositories.

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

/etc/yum.repo.d

A

The repository used to store URLs references when pulling updates.

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

sysctl command

A

Enables the viewing of kernel parameters at runtime.

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

/etc/sysctl.conf

A

Enables configuration changes to a running Linux kernel.

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

lsmod command

A

Used to display the currently loaded kernel modules.

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

imsmod command

A

The imsmod command is used to add modules to the currently running kernel.

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

rmmod command

A

Used to remove a module from the currently running kernel.

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

insmod command

A

Used to install a module into the currently running kernel

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

modprobe command

A

Used to add or remove modules from a kernel.
-n{conduct dry run}
-s{prints error}

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

modinfo command

A

Used to display information about a particular kernel module.

13
Q

Syslog

A

The syslogd or rsyslogd daemon is responsible for logging of application and system events. It determines which events to log and where to place log entries, based on configuration settings in the /etc/syslog.conf (/etc/rsyslog.conf) file.

14
Q

chrony

A

A newer alternative, chrony, provides some benefits over the ntpd server, including:

Faster synchronization

Typically more accurate time

Improved response to clock frequency changes

No need for periodic polling of other NTP servers

Smaller (less memory and CPU utilization)

15
Q

timedatectl command

A

Sets system date and time information.

16
Q

localectl command

A

Views and configures the system locale and keyboard layout settings.