Which of the following characters can be combined with a separator string in order to read from the current input source until the separator string, which is on a separate line and without any trailing spaces, is reached?
Topic 3, GNU and Unix Commands Which of the following characters can be combined with a separator string in order to read from the current input source until the separator string, which is on a separate line and without any trailing spaces, is reached?A . <<B . <|C . !<D...
In which directory will new configuration files be found?
CORRECT TEXT An administrator has issued the following command: grub-install --root-directory=/custom-grub /dev/sda In which directory will new configuration files be found? (Provide the full directory path only without the filename)View AnswerAnswer: /custom-grub/boot/grub/, /custom-grub/boot/grub
What is the usual way to pass this change to the kernel from your boot loader?
The system is having trouble and the engineer wants to bypass the usual /sbin/init start up and run /bin/sh. What is the usual way to pass this change to the kernel from your boot loader?A . Start in runlevel 1.B . Pass init=/bin/sh on the kernel parameter line.C . Pass...
Which function key is used to start Safe Mode in Windows NT?
Which function key is used to start Safe Mode in Windows NT?A . F10B . F8C . F6D . Windows NT does not support Safe ModeView AnswerAnswer: D
What does the + symbol mean in the following grep regular expression:
What does the + symbol mean in the following grep regular expression: grep '^d[aei]+d$' /usr/share/dict/wordsA . Match the preceding character set ([aei]) one or more times.B . Match the preceding character set ([aei]) zero or more times.C . Match the preceding character set ([aei]) zero or one times.D . Match...
Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel?
CORRECT TEXT Which file in the /proc filesystem lists parameters passed from the bootloader to the kernel? (Specify the file name only without any path.)View AnswerAnswer: cmdline, /proc/cmdline
When using rpm --verify to check files created during the installation of RPM packages, which of the following information is taken into consideration? (Choose THREE correct answers.)
When using rpm --verify to check files created during the installation of RPM packages, which of the following information is taken into consideration? (Choose THREE correct answers.)A . TimestampsB . MD5 checksumsC . InodesD . File sizesE . GnuPG signaturesView AnswerAnswer: A,B,D
Which file should be edited to select the network locations from which Debian installation package files are loaded?
Which file should be edited to select the network locations from which Debian installation package files are loaded?A . /etc/dpkg/dpkg.cfgB . /etc/apt/apt.confC . /etc/apt/apt.conf.dD . /etc/apt/sources.listE . /etc/dpkg/dselect.cfgView AnswerAnswer: D
Which RPM command will output the name of the package which supplied the file /etc/exports?
Topic 2, Linux Installation and Package Management Which RPM command will output the name of the package which supplied the file /etc/exports?A . rpm -F /etc/exportsB . rpm -qf /etc/exportsC . rpm -Kl /etc/exportsD . rpm -qp /etc/exportsE . rpm -qi/etc/exportsView AnswerAnswer: B
Which of the following commands lists the dependencies of a given dpkg package?
Which of the following commands lists the dependencies of a given dpkg package?A . apt-cache depends-onpackageB . apt-cache dependencies packageC . apt-cache depends packageD . apt-cache requires packageView AnswerAnswer: C