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...

January 5, 2021 No Comments READ MORE +

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

January 5, 2021 No Comments READ MORE +

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

January 4, 2021 No Comments READ MORE +

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

January 4, 2021 No Comments READ MORE +

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

January 4, 2021 No Comments READ MORE +

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

January 4, 2021 No Comments READ MORE +

What information can the lspci command display about the system hardware? (Choose THREE correct answers.)

What information can the lspci command display about the system hardware? (Choose THREE correct answers.)A . Device IRQ settingsB . PCI bus speedC . System battery typeD . Device vendor identificationE . Ethernet MAC addressView AnswerAnswer: A,B,D

January 4, 2021 No Comments READ MORE +

Without exiting vi, how can the file be reopened for editing with the new content?

While editing a file in vi, the file changes due to another process. Without exiting vi, how can the file be reopened for editing with the new content?A . :rB . :nC . :wD . :eView AnswerAnswer: D

January 4, 2021 No Comments READ MORE +

Which of the following is correct when talking about mount points?

Which of the following is correct when talking about mount points?A . Every existing directory can be used as a mount point.B . Only empty directories can be used as a mount point.C . Directories need to have the SetUID flag set to be used as a mount point.D ....

January 3, 2021 No Comments READ MORE +

Which of the following are init systems used within Linux systems? (Choose THREE correct answers.)

Which of the following are init systems used within Linux systems? (Choose THREE correct answers.)A . startdB . systemdC . UpstartD . SysInitE . SysV initView AnswerAnswer: B,C,E

January 3, 2021 No Comments READ MORE +