What output will be displayed when the user fred executes the following command?echo ‘fred $USER’
What output will be displayed when the user fred executes the following command?echo ‘fred $USER’A . fred fredB . fred /home/fred/C . ‘fred $USER’D . fred $USERE . ‘fred fred’View AnswerAnswer: D
Which of the following partition types is used for Linux swap spaces when partitioning hard disk drives?
Which of the following partition types is used for Linux swap spaces when partitioning hard disk drives?A . 7B . 82C . 83D . 8eE . fdView AnswerAnswer: B
What is true regarding UEFI firmware? (Choose two.)
What is true regarding UEFI firmware? (Choose two.)A . It can read and interpret partition tablesB . It can use and read certain file systemsC . It stores its entire configuration on the /boot/ partitionD . It is stored in a special area within the GPT metadataE . It is...
Which daemon handles power management events on a Linux system?
Which daemon handles power management events on a Linux system?A . acpidB . batterydC . pwrmgntdD . psdE . inetdView AnswerAnswer: A
Which of the following will remove an entire line in Vim Normal mode?
Which of the following will remove an entire line in Vim Normal mode?A . ZZB . DC . dwD . ddView AnswerAnswer: D
Which of the following commands can be used to locate programs and their corresponding man pages and configuration files?
Which of the following commands can be used to locate programs and their corresponding man pages and configuration files?A . whichB . dirnameC . whereisD . queryE . basenameView AnswerAnswer: C
Which explanation best describes the following, gathered with the ls -la command?
Which explanation best describes the following, gathered with the ls -la command? lrwxrwxrwx. 1 root root 35 Jul 8 2014 .fetchmailrc -> .configs/fetchmail/.fetchmailrcA . It is a file called .configs/fetchmail/.fetchmailrc, which is owned by lrwxrwxrwx.B . It is a file called .fetchmailrc, which is linked using a symbolic link.C ....
Determine whether the given solution is correct?
Which command is used in a Linux environment to create a new directory? (Specify ONLY the command without any path or parameters.) Solution: mkdir, /usr/bin/mkdir Determine whether the given solution is correct?A . IncorrectB . CorrectView AnswerAnswer: B
Which option within GRUB Legacy is used to indicate that a root partition contains a non-Linux kernel?
Which option within GRUB Legacy is used to indicate that a root partition contains a non-Linux kernel?A . non-linuxB . rootnoverifyC . initrdD . root-winView AnswerAnswer: B
Within which partition will the EFI system partition typically be mounted?
Within which partition will the EFI system partition typically be mounted?A . /boot/efiB . /sys/efiC . /efiD . /etc/efiView AnswerAnswer: A