During a system boot cycle, what is the program that is run after the BIOS completes its tasks?

During a system boot cycle, what is the program that is run after the BIOS completes its tasks?A . The bootloader B. The inetd program C. The init program D. The kernelView AnswerAnswer: A

November 14, 2022 No Comments READ MORE +

What command will generate a list of user names from /etc/passwd along with their login shell?

What command will generate a list of user names from /etc/passwd along with their login shell?A . column -s : 1,7 /etc/passwd B. chop -c 1,7 /etc/passwd C. colrm 1,7 /etc/passwd D. cut -d: -f1,7 /etc/passwdView AnswerAnswer: D

November 13, 2022 No Comments READ MORE +

Which of the following statements is correct when talking about /proc/?

Which of the following statements is correct when talking about /proc/?A . All changes to files in /proc/ are stored in /etc/proc.d/ and restored on reboot. B. All files within /proc/ are read-only and their contents cannot be changed. C. All changes to files in /proc/ are immediately recognized by...

November 13, 2022 No Comments READ MORE +

Which of the following commands can be used to download the RPM package kernel without installing it?

Which of the following commands can be used to download the RPM package kernel without installing it?A . yum download --no-install kernel B. yumdownloader kernel C. rpm --download --package kernel D. rpmdownload kernelView AnswerAnswer: B

November 13, 2022 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 . Timestamps B. MD5 checksums C. Inodes D. File sizes E. GnuPG signaturesView AnswerAnswer: A,B,D

November 13, 2022 No Comments READ MORE +

Which SysV init configuration file should be modified to disable the ctrl-alt-delete key combination?

Which SysV init configuration file should be modified to disable the ctrl-alt-delete key combination?A . /etc/keys B. /proc/keys C. /etc/inittab D. /proc/inittab E. /etc/rebootView AnswerAnswer: C

November 12, 2022 No Comments READ MORE +

Which command would disconnect the users and allow you to safely execute maintenance tasks?

You are having some trouble with a disk partition and you need to do maintenance on this partition but your users home directories are on it and several are logged in. Which command would disconnect the users and allow you to safely execute maintenance tasks?A . telinit 1 B. shutdown...

November 12, 2022 No Comments READ MORE +

Which Debian package management tool asks the configuration questions for a specific already installed package just as if the package were being installed for the first time?

CORRECT TEXT Which Debian package management tool asks the configuration questions for a specific already installed package just as if the package were being installed for the first time? (Specify ONLY the command without any path or parameters.)View AnswerAnswer: dpkg-reconfigure

November 12, 2022 No Comments READ MORE +

Which of the following commands determines the type of a file by using a definition database file which contains information about all common file types?

Which of the following commands determines the type of a file by using a definition database file which contains information about all common file types?A . magic B. type C. file D. pmagic E. hashView AnswerAnswer: C

November 12, 2022 No Comments READ MORE +

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

November 12, 2022 No Comments READ MORE +