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 +

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/passwdB . chop -c 1,7 /etc/passwdC . colrm 1,7 /etc/passwdD . cut -d: -f1,7 /etc/passwdView AnswerAnswer: D

January 3, 2021 No Comments READ MORE +

When removing a package, which of the following dpkg options will completely remove the files including configuration files?

When removing a package, which of the following dpkg options will completely remove the files including configuration files?A . --cleanB . --deleteC . --purgeD . CremoveView AnswerAnswer: C

January 2, 2021 No Comments READ MORE +

Which run levels should never be declared as the default run level when using SysV init? (Choose TWO correct answers.)

Which run levels should never be declared as the default run level when using SysV init? (Choose TWO correct answers.)A . 0B . 1C . 3D . 5E . 6View AnswerAnswer: A,E

January 2, 2021 No Comments READ MORE +

Which command displays the contents of the Kernel Ring Buffer on the command line?

Topic 1, System Architecture CORRECT TEXT Which command displays the contents of the Kernel Ring Buffer on the command line? (Provide only the command name without any options or path information)View AnswerAnswer: dmesg, /bin/dmesg

January 2, 2021 1 Comment READ MORE +

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

During a system boot cycle, what program is executed after the BIOS completes its tasks?A . The bootloaderB . The inetd programC . The init programD . The kernelView AnswerAnswer: A

January 1, 2021 No Comments READ MORE +

What is the difference between the --remove and the --purge action with the dpkg command?

What is the difference between the --remove and the --purge action with the dpkg command?A . --remove removes the program, --purge also removes the config filesB . --remove only removes the program, --purge only removes the config filesC . --remove removes a package, --purge also removes all packages dependent on...

January 1, 2021 No Comments READ MORE +