Which option added to yumdownloader will also download dependencies?
Which option added to yumdownloader will also download dependencies?A . -dB . CCresolveC . CCdepsD . CCresdepsView AnswerAnswer: B
Which of the following commands will produce the following output?
Which of the following commands will produce the following output? A . proclistB . jobsC . psD . netstatView AnswerAnswer: C
Within a systemd environment, which service manages udev?
Within a systemd environment, which service manages udev?A . systemd.udevd-serviceB . systemd-udev.serviceC . udevd-serviceD . systemd-udevd.serviceView AnswerAnswer: D
Which of the following statements is true about binary RPM packages that are built for a particular distribution?
Which of the following statements is true about binary RPM packages that are built for a particular distribution?A . They can often be used on another RPM-based distribution for the same CPU architecture, but this isn't guaranteed.B . They can be recompiled for an RPM-based distribution running on another type...
Which of the following commands can be used for that purpose?
Assume that you have a file called zips.txt that contains several postal zip codes, and you need to determine how many unique zip codes there are in the file. Which of the following commands can be used for that purpose?A . uniq zips.txtB . count zips.txtC . sort zips.txt |...
Which of the following commands searches each user’s .bash_history file to determine if the user has invoked the sudo command?
Which of the following commands searches each user’s .bash_history file to determine if the user has invoked the sudo command?A . find /home -type history | xargs grep sudoB . find /home -name "bash_history" | grep sudoC . find /home/.bash_history | xargs grep sudoD . find /home -name ".bash_history" |...
How can the list of files that would be installed by the RPM package file apache-xml.rpm be previewed?
How can the list of files that would be installed by the RPM package file apache-xml.rpm be previewed?A . rpm -ql apache-xml.rpmB . rpm -qp apache-xml.rpmC . rpm -qv apache-xml.rpmD . rpm -qpl apache-xml.rpmView AnswerAnswer: D
What is the command to display the default target on a computer running systemd?
What is the command to display the default target on a computer running systemd?A . systemctl defaultsB . systemctl runlevelC . systemctl get-defaultD . update-rc.d defaultsView AnswerAnswer: C
Which command can you use to view the commands that have been executed during the current session?
When troubleshooting a problem, you look through .bash_history to determine commands that you’ve recently executed. However, the file does not contain information from your current session. Which command can you use to view the commands that have been executed during the current session?A . pwdB . historyC . cmdhistD ....
What is the first program that the Linux kernel runs once it's booted in a normal boot process?
What is the first program that the Linux kernel runs once it's booted in a normal boot process?A . startupB . rcC . liloD . dmesgE . initView AnswerAnswer: E