Which of the following commands can be used to download the RPM package kernel without installing it?
Which of the following commands can be used to download the RPM package kernel without installing it?A . yum download --no-install kernelB . yumdownloader kernelC . rpm --download --package kernelD . rpmdownload kernelView AnswerAnswer: B
Which of the following statements is correct when talking about /proc/?
Which of the following statements is correct when talking about /proc/?A . All changes to files in /proc/ are stored in /etc/proc.d/ and restored on reboot.B . All files within /proc/ are read-only and their contents cannot be changed.C . All changes to files in /proc/ are immediately recognized by...
In compliance with the FHS, in which of the directories are man pages found?
In compliance with the FHS, in which of the directories are man pages found?A . /usr/share/manB . /opt/manC . /usr/doc/D . /var/pkg/manE . /var/manView AnswerAnswer: A
Which Debian package management tool asks the configuration questions for a specific already installed package just as if the package were being installed for the first time?
CORRECT TEXT Which Debian package management tool asks the configuration questions for a specific already installed package just as if the package were being installed for the first time? (Specify ONLY the command without any path or parameters.)View AnswerAnswer: dpkg-reconfigure
Which command will display messages from the kernel that were output during the normal boot sequence?
CORRECT TEXT Which command will display messages from the kernel that were output during the normal boot sequence?View AnswerAnswer: dmesg, /bin/dmesg
What is the maximum niceness value that a regular user can assign to a process with the nice command when executing a new process?
What is the maximum niceness value that a regular user can assign to a process with the nice command when executing a new process?A . 9B . 19C . 49D . 99View AnswerAnswer: B
Which of the following command sets the Bash variable named TEST with the content FOO?
Which of the following command sets the Bash variable named TEST with the content FOO?A . set TEST="FOO"B . TEST = "FOO"C . var TEST="FOO"D . TEST="FOO"View AnswerAnswer: D
Which of the following commands can be used to create a USB storage media from a disk image?
Which of the following commands can be used to create a USB storage media from a disk image?A . gdiskB . ddC . ccD . fdiskE . mountView AnswerAnswer: B
Which of the following commands kills the process with the PID 123 but allows the process to "clean up" before exiting?
Which of the following commands kills the process with the PID 123 but allows the process to "clean up" before exiting?A . kill -PIPE 123B . kill -KILL 123C . kill -STOP 123D . kill -TERM 123View AnswerAnswer: D
Which of the following information is stored within the BIOS? (Choose TWO correct answers.)
Which of the following information is stored within the BIOS? (Choose TWO correct answers.)A . Boot device orderB . Linux kernel versionC . TimezoneD . Hardware configurationE . The system's hostnameView AnswerAnswer: A,D