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