Linux LPIC-2 Practice Exam Back to exams page. Take the LPIC-2 course here. 1. DNS zone transfers are done using record . Question 1 of 50 2. Reverse DNS resolution is done using __________ records.PTRAAAAXFRCNAMEQuestion 2 of 50 3. DNS Aliases can be created using the __________ record.PTRAAAAXFRCNAMEQuestion 3 of 50 4. There are 13 central DNS servers in the world. These DNS servers are called servers. Question 4 of 50 5. A DNS server responsible for a specific DNS domain is called SOA, which stands for:System of AuthorityService of AuthenticationStart of AuthoritativeStart of AuthorityQuestion 5 of 50 6. Private Class A network address range:10.0.0.0-10.255.255.255.255172.16.0.0-172.31.255.255192.168.0.0-192.168.255.255172.16.0.0-172.16.255.255Question 6 of 50 7. Private Class B address range:10.0.0.0 - 10.255.255.255172.16.0.0 - 172.31.255.255192.168.0.0 - 192.168.255.255172.16.0.0 - 172.16.255.255Question 7 of 50 8. NAT stands for Question 8 of 50 9. This is NOT a netfilter table:FilterpreroutingmanglenatQuestion 9 of 50 10. This is NOT an iptables target:DENYACCEPTDROPQUEUEQuestion 10 of 50 11. SSH stands for Question 11 of 50 12. The SSH protocol uses port . Question 12 of 50 13. For security reasons, SSH servers should be configured to only accept regular users login (non-root). This can be done by using the ______________________ directive in the sshd_config file.Users non-rootDeny rootPermitRootLoginRegularUsersOnlyQuestion 13 of 50 14. _______________ is an example of an IDS available for Linux.HoneydSnortSplunkWiresharkQuestion 14 of 50 15. To enable passwordless logon in a SSH server, you need to add users' public keys to the authorized_keys file.TrueFalseQuestion 15 of 50 16. Nessus is an excellent vulnerability scanner. However it's proprietary. An open source alternative is:OpenVASNmapOWASPSnortQuestion 16 of 50 17. lists running processes and updates such list automatically every 3 seconds (default time). Question 17 of 50 18. __________ deactivates a swap partition.fdisk -d swapswapoffswap -dfree -d swapQuestion 18 of 50 19. ___________ lists network processes/sockets/connections.iostatvmstatnetstatnmapQuestion 19 of 50 20. Console-based tool that uses a graphical interface to show the host's network connections:netstatiptrafifconfigip linkQuestion 20 of 50 21. console tool to list processes and their specific information such as PID, PPID, Status, RAM consumption.psnetstatiostatfreeQuestion 21 of 50 22. 'pstree' is similar to 'ps', but it lists the processes as a tree (hierarchical structure)TrueFalseQuestion 22 of 50 23. shows how long the system has been running. Question 23 of 50 24. The htop command shows I/O usage information output by the Linux kernel and displays a table of current I/O usage by processes or threads on the system.TrueFalseQuestion 24 of 50 25. The ss command is used to show socket statistics.TrueFalseQuestion 25 of 50 26. The ___________ command displays information about the users currently logged on to the machine, their processes and the same statistics as provided by the uptime command.iduserswhowQuestion 26 of 50 27. The free command displays data about RAM and swap in bytes. To display such data in the most user-friendly unit (K, M, G) you can use the _____________ option.-u-h-m-nQuestion 27 of 50 28. These tools can be used to show block device I/O statistics, except for:iostatvmstatsssarQuestion 28 of 50 29. 'ss' can be used to list all open files and their corresponding processes.TrueFalseQuestion 29 of 50 30. the nmap's _____________ option can be used to specify the ports you want to scan.-p-l-n-sQuestion 30 of 50 31. The Linux kernel is stored in a file named:bzImageSystem.map.configkernel.cfgQuestion 31 of 50 32. A .bz2 file has been (most likely) compressed using which compression algorithm?zipgzipbzip2XZQuestion 32 of 50 33. File example.tar is a compressed tarball.TrueFalseQuestion 33 of 50 34. Kernel modules can be loaded into the kernel to add functionality when needed.TrueFalseQuestion 34 of 50 35. Kernel module files have .ko extension.TrueFalseQuestion 35 of 50 36. Kernel modules are stored in the /modules/ directory Question 36 of 50 37. To compile a kernel, you must extract its sources in which directory?/root/usr/lib/usr/srcQuestion 37 of 50 38. To create the initial ramdisk file, you can use the command. Question 38 of 50 39. The following lines correspond to part of a configuration of which boot loader?title=initrd test entryroot (hd0,0)kernel /vmlinuz-2.6.28initrd /initrdLILOBIOSGRUBSAMQuestion 39 of 50 40. _____________ loads a dynamic module including its dependencies.modloadmodprobeinsmodlsmodQuestion 40 of 50 41. The following output is compatible with the result of execution of the ___________ command.00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02)00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]00:01.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)lspcilsusbmakedevlsmodQuestion 41 of 50 42. With the dmesg command you can load dynamic modules into the kernel.TrueFalseQuestion 42 of 50 43. is the parent of all processes. Question 43 of 50 44. A Linux system is halted when it enters runlevel:0136Question 44 of 50 45. A Linux system is rebooted when it enters runlevel: 0136Question 45 of 50 46. ______________ is the configuration file for the init process./etc/init/etc/crontab/etc/runlevel/etc/inittabQuestion 46 of 50 47. In CentOS you can use use __________________ to control services status (enable, disable, stop, start, restart)update-rc.dsysctlsystemctlyumQuestion 47 of 50 48. FHS stands for:File Hierarchy SystemFilesystem Hierarchy StandardFile Hierarchy StandardFilesystem Hierarchy SystemQuestion 48 of 50 49. Differently from LILO, the GRUB boot loader does not need any additional commands to deploy configuration changes.TrueFalseQuestion 49 of 50 50. ____________ checks/analyses the filesystem.tune2fsfsckdumpfdiskQuestion 50 of 50 Loading...