Chapter 14 Quiz Questions

3 September 2022
4.7 (114 reviews)
20 test answers

Unlock all answers in this set

Unlock answers (16)
question
What is the most common hardware component to fail on a Linux system?
answer
hard disks
question
What option can be specified with the rpm command to identify any missing files in a package or package dependency?
answer
-V
question
By default, the shell on a Linux system limits the number of filehandles a program can have open to what value?
answer
1024
question
If applications run into difficulties gaining resources during execution and stop functioning, restarting the process using a specific kill signal may resolve the issue. Select the proper kill signal below:
answer
SIGHUP
question
How often are sar commands scheduled to run on both Fedora 20 and Ubuntu Server 14.04?
answer
10 minutes
question
Select the option that, when used with the sar command, displays swap statistics:
answer
-B
question
Which sar command option is used to display statistics for the processor queue?
answer
-q
question
Running background processes using what command allows you to exit your command-line shell without ending any background processes?
answer
nohup
question
Which command can be used to see what network services are running on your network?
answer
nmap
question
If network services that are started by inetd or xinetd are in use, what can be used to provide extra security?
answer
TCP wrapper
question
What option for the iptables command can be used to specify the default policy for a certain chain type?
answer
-P
question
Select the iptables option that specifies the destination address of packets for a rule:
answer
-d
question
What file contains the DSA public key in the /etc/ssh directory?
answer
ssh_host_dsa_key.pub
question
What utility in the sysstat package measures the flow of information to and from disk devices?โ€‹
answer
iostat
question
Older hardware that is malfunctioning may begin to send large amounts of information to the CPU when not in use. What is this process called?โ€‹
answer
jabbering
question
Assistive technologies are configured using what utility on Fedora 20 in GNOME?โ€‹
answer
Universal Access
question
โ€‹If X Windows fails to start, what command can be used to troubleshoot the issue?
answer
xwininfo
question
What command can be used to change the maximum number of file handles that can be used by a program?โ€‹
answer
ulimit
question
After downloading an installing any shared libraries, what should be done to ensure โ€‹the list of shared library directories and the list of shared libraries are updated?
answer
Run ldconfig command.
question
โ€‹What command can be used to view what shared libraries are required by a certain program?
answer
ldd