Chapter 2 Managing Software Flashcards

1
Q

What is the most popular package manager in the Linux world?

A

RPM Package Manager

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

Red Hat is broken out into three distributions. What are they? pg 50

A

Fedora, Red Hat Ent Linux,CenOS

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

What is the build number? pg 51

A

The number following the version number is the build number.

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

According to table 2.1 on page 53 what operation symbol Installs a package.

A

-i

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

What does the operation –rebuild do? pg 53

A

Builds a binary package, given source code and configurations.

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

how can you identify processes that consume an inordinate amount of CPU Time?

A

you can use the top utility or the ps utility with appropriate switches.

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

what is the function of the top command?

A

top displays an or ordered process list, updating it frequently. by default top orders processes by CPU use, but you can give it commands to order processes by other critera

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

What common package management systems include support for dependency tracking? pg 52

A

The Red Hat Package Manage (RPM) and Debian package system includes such support.

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

You want to kill a process by name. What command do you use to do this?

A

type killall processname or you can use ps to find the ID (PID) of the process and use the kill.

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

what tools are most commonly used to install or remove Debian Packages?

A

dselect, dpkg, apt-get and GUI front ends to these.

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

true of false- pg 87

A

the -N option causes ldconfig not to preform its primary duty of updating the library cache. It will though update symbolic links to libraries,which is a secondary duty of this program.

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

what is the process ID?

A

the process ID (PID) is a number that’s associated with the process.

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