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.target B. systemd.runlevel=rescue.target C. systemd.service=rescue.target D. systemd.default=rescue.target E. systemd.unit=rescue.targetView AnswerAnswer: E

November 9, 2022 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 order B. Linux kernel version C. Timezone D. Hardware configuration E. The system's hostnameView AnswerAnswer: A,D

November 8, 2022 No Comments READ MORE +

Which of the following statements is correct regarding the command foo 1> bar?

Which of the following statements is correct regarding the command foo 1> bar?A . The stdout from the command foo is appended to the file bar. B. The stdout from the command foo overwrites the file bar. C. The command foo receives its stdin from the file bar. D. The...

November 8, 2022 No Comments READ MORE +

What is the difference between the --remove and the --purge action with the dpkg command?

What is the difference between the --remove and the --purge action with the dpkg command?A . --remove removes the program, --purge also removes the config files B. --remove only removes the program, --purge only removes the config files C. --remove removes a package, --purge also removes all packages dependent on...

November 8, 2022 No Comments READ MORE +

Which of the following is correct when talking about mount points?

Which of the following is correct when talking about mount points?A . Every existing directory can be used as a mount point. B. Only empty directories can be used as a mount point. C. Directories need to have the SetUID flag set to be used as a mount point. D....

November 8, 2022 No Comments READ MORE +

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

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-install C. grub D. No action is requiredView AnswerAnswer: D

November 8, 2022 No Comments READ MORE +

Which of the following apt-get commands will install the newest versions of all currently installed packages without removing any packages or installing new packages that are not already installed?

Which of the following apt-get commands will install the newest versions of all currently installed packages without removing any packages or installing new packages that are not already installed?A . auto-update B. upgrade C. dist-upgrade D. install E. updateView AnswerAnswer: C

November 7, 2022 No Comments READ MORE +

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

November 7, 2022 No Comments READ MORE +

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/man B. /opt/man C. /usr/doc/ D. /var/pkg/man E. /var/manView AnswerAnswer: A

November 7, 2022 No Comments READ MORE +

Which run levels should never be declared as the default run level when using SysV init? (Choose TWO correct answers.)

Which run levels should never be declared as the default run level when using SysV init? (Choose TWO correct answers.)A . 0 B. 1 C. 3 D. 5 E. 6View AnswerAnswer: A,E

November 7, 2022 No Comments READ MORE +