Which command will accomplish this task?

The current hierarchy on the server contains a directory called /usr/local. You need to create additional directories below that called /usr/local/test/october. Which command will accomplish this task?A . mkdir -f /usr/local/test/octoberB . mkdir /usr/local/test/octoberC . mkdir -r /usr/local/test/octoberD . mkdir -p /usr/local/test/octoberView AnswerAnswer: D

January 24, 2020 No Comments READ MORE +

Which command is used to create a logical volume with LVM?

Which command is used to create a logical volume with LVM?A . pvcreateB . lvmcreateC . volcreateD . lvcreateView AnswerAnswer: D

January 24, 2020 No Comments READ MORE +

Which option to quotacheck is used to create the files for the first time?

Which option to quotacheck is used to create the files for the first time?A . -uB . -cC . -mD . -fView AnswerAnswer: B

January 24, 2020 No Comments READ MORE +

Which of the following pieces of information can df not report?

Which of the following pieces of information can df not report?A . The mount point associated with a filesystemB . The percentage of available disk space used on a partitionC . The filesystem type of a partitionD . How long the filesystem has been mountedE . The number of inodes...

January 24, 2020 No Comments READ MORE +

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 +