Which option within /etc/default/grub is used to configure the default operating system for boot?

Which option within /etc/default/grub is used to configure the default operating system for boot?A . GRUB_ONB . GRUB_DEFAULTC . DEFAULT_OSD . GRUB_OSView AnswerAnswer: B

January 23, 2020 No Comments READ MORE +

What command would you type (as root) to change the ownership of somefile.txt from ralph to tony?

What command would you type (as root) to change the ownership of somefile.txt from ralph to tony?A . chown somefile.txt tonyB . chmod somefile.txt tonyC . chown ralph:tony somefile.txtD . chown tony somefile.txtE . chmod tony:ralph somefile.txtView AnswerAnswer: D

January 23, 2020 No Comments READ MORE +

Where might the BIOS find a boot loader?

Where might the BIOS find a boot loader?A . MBRB . /dev/bootC . /dev/kmemD . The swap partitionE . RAMView AnswerAnswer: A

January 23, 2020 No Comments READ MORE +

What can the type command do that whereis can't?

What can the type command do that whereis can't?A . Identify a command as being a binary or a scriptB . Identify a command as an alias, internal command, or external commandC . Identify the command as being for x86 or x86-64 CPUsD . Assist in typing a command by...

January 23, 2020 No Comments READ MORE +

Running kill with the value of 2 will send …

Running kill with the value of 2 will send …A . pizza and beerB . sighupC . sigintD . sigtermView AnswerAnswer: C

January 23, 2020 No Comments READ MORE +

Which command and option will output a summary of quota usage across all filesystems that are currently read-write with quotas enabled?

Which command and option will output a summary of quota usage across all filesystems that are currently read-write with quotas enabled?A . quota -uB . repquota -aC . quotarun -aD . repq -aView AnswerAnswer: B

January 21, 2020 No Comments READ MORE +

On Linux systems running systemd, the default run level can be found in:

On Linux systems running systemd, the default run level can be found in:A . /lib/systemd/system/default.targetB . /etc/systemd/system/default.targetC . /etc/systemd/system/inittabD . /etc/init/rc-sysinit.confView AnswerAnswer: B

January 20, 2020 2 Comments READ MORE +

What happens after issuing the command vi without any additional parameters?

What happens after issuing the command vi without any additional parameters?A . vi starts in command mode and opens a new empty file.B . vi starts and requires the user to explicitly either create a new or load an existing file.C . vi starts and opens a new file which...

January 20, 2020 No Comments READ MORE +

Which of the following is the GRUB 2 boot loader configuration file?

Which of the following is the GRUB 2 boot loader configuration file?A . /boot/grub/menu.lstB . The MBRC . /boot/grub/grub.confD . /boot/grub/grub.cfgE . /dev/grubView AnswerAnswer: D

January 20, 2020 No Comments READ MORE +

Which of the following shell commands makes the already defined variable TEST visible to new child processes? (Choose two.)

Which of the following shell commands makes the already defined variable TEST visible to new child processes? (Choose two.)A . visible TESTB . export Cv TESTC . declare +x TESTD . declare Cx TESTE . export TESTView AnswerAnswer: DE

January 19, 2020 No Comments READ MORE +