Linux Ubuntu Quiz 2 Linux Ubuntu Quiz 2 ____________ command is used to see the list of hardware that is detected on the system.a) show system hardwareb) sysinfoc) lshwd) lshalFor hard disk monitoring, the SMART system of SATA is used. To get the info from the first SATA hard disk, what is the command used.a) sudo satactl –a /dev/sdab) sudo smartctl –a /dev/sdac) sudo smartctl –a /dev/sd1d) sudo satactl –a /dev/sd1To see the list of connected USB devices in Ubuntu, the command you type is :a) lsusbb) showusbc) lsdevd) None of the aboveThe ______________ command shows the wireless information in Ubuntu.a) ifconfgb) iwconfigc) ifconfig /wirelessd) wificonfig___________________ is the solution for providing automated installation in Ubuntu Linux. It is also used in Redhat linux.a) kickinstallb) autostartc) kickstartd) sysprepKickstart uses a configuration file where all the installation settings are mentioned. The extension for the file associated with kickstart is ____a) .cfgb) .ksc) .kickd) .cfgThe DHCP client config is stored in the ____________ filea) /etc/default/bootpb) /etc/default/dhcpdc) /etc/hostsd) /etc/default/dhcpcdIn the Linux operating system you often use the wildcards as you may not remember or know the exact file name. Using of wildcards is also referred to as _________________a) hobblingb) globbingc) quick searchd) partial searchWe can use a customized command in place of the actual linux command. The config is done in the /etc/bashrc file. To use ‘cls’ to clear the screen what is the correct command : a) ‘clear’ alias ‘cls’b) ‘cls’ alias ‘clear’c) alias cls=”clear”d) alias clear=”cls”The ____ command is used to check all the process for all users and can grep search for a specific processa) process –a | grep b) allps | grep c) ps –aux |grep d) process –aux | grep