



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
DCOM 142 CHAPTER 11 & 12 QUESTIONS
Typology: Exams
1 / 6
This page cannot be seen from the preview
Don't miss anything!




What does the acronym RPM mean? - Answers - RPM Package Management True or False: One way to install new software on a Linux system is to use a package management system. - Answers - True True or False: When you execute the "dmesg" command, the system displays the messages that are generated by the kernel. - Answers - True Which of the following are package management commands for distributions with software distributed in files ending in .deb? - Answers - aptitude dpkg apt-get Which of the following are package management commands for distributions with software distributed files ending in ".rpm"? - Answers - rpm yumex yum The Linux kernel mounts the following pseudo-filesystems to provide access to information about hardware devices connected to the system: - Answers - /proc & /sys True or False: The /proc directory contains a subdirectory for each process present on the system. - Answers - True The Process ID (PID) of the init process is: - Answers - 1 True or False: The process (ps) command shows only processes running in the current shell by default. - Answers - True The following system load averages are displayed by the top command: - Answers - 5 minute 1 minute 15 minute The free command outputs statistics about: - Answers - Memory usage What directory typically contains log files? - Answers - /var/log Which log file contains messages regarding authentication and authorization? - Answers - secure True or False: All log files contain only text data. - Answers - False
A load average of 1.0 always means the system is fully loaded. - Answers - False A command that will continuously update statistics about running processes: - Answers
When using RPM, how do you get a list of all the packages that are currently installed on the system? - Answers - rpm - qa When using RPM, how do you list the files that comprise a particular package? - Answers - rpm - ql package When using RPM, how do you determine if a particular file was put on the filesystem as a result of installing a package? - Answers - rpm - qf /path/to/file Where is the pseudo filesystem visible? - Answers - /proc Where are hardware devices made available? - Answers - Through special files under the /dev directory. Where can information be found about special files in the /dev directory? - Answers - In a pseudo filesystem, under /sys directory. What does the /proc directory contain? - Answers - Information about running processes and information about the system hardware and the current kernel configuration. What does the kernel start after it finishes loading during the bot procedure? - Answers
maillog - Answers - Messages by the mail daemon for e-mail messages sent or received. messages - Answers - Messages from the kernel and other processes that don't belong elsewhere. Sometimes named syslog instead of messages after the daemon that writes this file. secure - Answers - Messages from processes that required authorization or authentication (such as the login process). Xorg.0.log - Answers - Messages from the X windows (GUI) server. What does /var/log/dmesg contain? - Answers - The kernel messages that were produced during system startup. yum search - Answers - YUM: search for package by name httpd - Answers - Apache HTTP Server Which of the following is a package management commands for distributions with software distributed in files ending in .deb? - Answers - apt-get The free command outputs statistics about: - Answers - Memory usage Which of the following is a package management commands for distributions with software distributed in files ending in .rpm? - Answers - yum What directory typically contains log files? - Answers - /var/log To terminate a process, it send a signal SIGTERM or the signal number ______. - Answers - 15 To kill a firefox process using the proces name, you would type ""_____ firefox"". - Answers - pkill killall The Process ID (PID) of the systemd process is _______ - Answers - 1 A command that will continuously update statistics about running processes is _____. - Answers - top To kill a process, it send a signal SIGKILL or the signal number ______. - Answers - 9 A router is another name for a __________ which is a machine that connects hosts from one network to another network. - Answers - gateway