Chapter 2 Managing Software Flashcards
What is the most popular package manager in the Linux world?
RPM Package Manager
Red Hat is broken out into three distributions. What are they? pg 50
Fedora, Red Hat Ent Linux,CenOS
What is the build number? pg 51
The number following the version number is the build number.
According to table 2.1 on page 53 what operation symbol Installs a package.
-i
What does the operation –rebuild do? pg 53
Builds a binary package, given source code and configurations.
how can you identify processes that consume an inordinate amount of CPU Time?
you can use the top utility or the ps utility with appropriate switches.
what is the function of the top command?
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
What common package management systems include support for dependency tracking? pg 52
The Red Hat Package Manage (RPM) and Debian package system includes such support.
You want to kill a process by name. What command do you use to do this?
type killall processname or you can use ps to find the ID (PID) of the process and use the kill.
what tools are most commonly used to install or remove Debian Packages?
dselect, dpkg, apt-get and GUI front ends to these.
true of false- pg 87
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.
what is the process ID?
the process ID (PID) is a number that’s associated with the process.