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

January 30, 2020 No Comments READ MORE +

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

January 29, 2020 No Comments READ MORE +

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

January 29, 2020 No Comments READ MORE +

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...

January 29, 2020 No Comments READ MORE +

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 |...

January 28, 2020 No Comments READ MORE +

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" |...

January 28, 2020 No Comments READ MORE +

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

January 27, 2020 No Comments READ MORE +

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

January 27, 2020 No Comments READ MORE +

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 ....

January 27, 2020 No Comments READ MORE +

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

January 27, 2020 No Comments READ MORE +