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
Which of the following statements is correct when talking about /proc/?
Which of the following statements is correct when talking about /proc/?A . All files within /proc/ are read-only and their contents cannot be changed.B . All changes to files in /proc/ are stored in /etc/proc.d/ and restored on reboot.C . All changes to files in /proc/ are immediately recognized by...
Determine whether the given solution is correct?
In which directory must definition files be placed to add additional repositories to yum? Solution: /etc/yum.repos.d, /etc/yum.repos.d/, yum.repos.d, yum.repos.d/ Determine whether the given solution is correct?A . IncorrectB . CorrectView AnswerAnswer: B
Which three classes successfully override printOne()?
Given: Which three classes successfully override printOne()? (Choose three.) A) B) C) D) E) F) A . Option AB . Option BC . Option CD . Option DE . Option EF . Option FView AnswerAnswer: ABC
Which of the following commands will print the current directories and libraries in the cache?
You are having difficulty with shared libraries on the system. Which of the following commands will print the current directories and libraries in the cache?A . ldconfig -CB . ldconfig -pC . ldd -fD . ldd -bView AnswerAnswer: B