Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file name only without any path.)

Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file name only without any path.)A . cmdline, /proc/cmdlineView AnswerAnswer: A

October 28, 2018 No Comments READ MORE +

Which of the following are init systems used within Linux systems? (Choose THREE correct answers.)

Which of the following are init systems used within Linux systems? (Choose THREE correct answers.)A . startdB . systemdC . UpstartD . SysInitE . SysV initView AnswerAnswer: B, C, E

October 22, 2018 No Comments READ MORE +

During a system boot cycle, what program is executed after the BIOS completes its tasks?

During a system boot cycle, what program is executed after the BIOS completes its tasks?A . The bootloaderB . The inetd programC . The init programD . The kernelView AnswerAnswer: A

October 22, 2018 No Comments READ MORE +

Which of the following commands updates the linker cache of shared libraries?

Which of the following commands updates the linker cache of shared libraries?A . mkcacheB . soconfigC . mkldconfigD . lddconfigE . ldconfigView AnswerAnswer: E

October 18, 2018 No Comments READ MORE +

What information can the lspci command display about the system hardware? (Choose THREE correct answers.)

What information can the lspci command display about the system hardware? (Choose THREE correct answers.)A . Device IRQ settingsB . PCI bus speedC . System battery typeD . Device vendor identificationE . Ethernet MAC addressView AnswerAnswer: A, B, D

October 14, 2018 No Comments READ MORE +

After modifying GNU GRUB's configuration file, which command must be run for the changes to take effect?

Topic 2, Linux Installation and Package Management After modifying GNU GRUB's configuration file, which command must be run for the changes to take effect?A . kill -HUP $(pidof grub)B . grub-installC . grubD . No action is requiredView AnswerAnswer: D

October 12, 2018 No Comments READ MORE +

Which of the following options for the kernel's command line changes the systemd boot target to rescue.target instead of the default target?

Which of the following options for the kernel's command line changes the systemd boot target to rescue.target instead of the default target?A . systemd.target=rescue.targetB . systemd.runlevel=rescue.targetC . systemd.service=rescue.targetD . systemd.default=rescue.targetE . systemd.unit=rescue.targetView AnswerAnswer: E

September 29, 2018 No Comments READ MORE +

What of the following statements are true regarding /dev/ when using udev? (Choose TWO correct answers.)

What of the following statements are true regarding /dev/ when using udev? (Choose TWO correct answers.)A . Entries for all possible devices get created on boot even if those devices are not connected.B . Additional rules for udev can be created by adding them to /etc/udev/rules.d/.C . When using udev,...

September 8, 2018 No Comments READ MORE +

Which of the following commands brings a system running SysV init into a state in which it is safe to perform maintenance tasks? (Choose TWO correct answers.)

Which of the following commands brings a system running SysV init into a state in which it is safe to perform maintenance tasks? (Choose TWO correct answers.)A . shutdown -R 1 nowB . shutdown -single nowC . init 1D . telinit 1E . runlevel 1View AnswerAnswer: C, D

August 27, 2018 No Comments READ MORE +

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

August 24, 2018 No Comments READ MORE +