A great deal of totally free 117-201 demonstrations come in diverse web-sites and you simply may get 117-201 examine publications to get a fantastic grasp covering the queries asked during the 117-201 assessment. Numerous online coaching these are offered and you simply may pick one that could give a beneficial software. An internet site . with a software would definitely have a very good finding out conditions. Other than anyone software you have to furthermore be aware of choices much like the concern high quality and even exactly how helpful it can be pertaining to get yourself ready for the large test!
2021 Oct 117-201 test engine
Q11. ORRECT TEXT
A new kernel version needs to be compiled to use a new feature. If the old kernel configuration file is available, which make target will only update the configuration file for the new kernel version? (Please enter only the make target).
Answer: OLDCONFIG
Q12. A BIND server should be upgraded to use TSIG. Which configuration parameters should be added, if the server should use the algorithm hmac-md5 and the key skrKc4DoTzi/tAkIlPi7JZA==?
A. TSIG server.example.com. { algorithm hmac-md5; secret "skrKc4DoTzi/tAkIlPi7JZA=="; };
B. key server.example.com. { algorithm hmac-md5; secret skrKc4DoTzi/tAkIlPi7JZA==; };
C. key server.example.com. { algorithm hmac-md5; secret "skrKc4DoTzi/tAkIlPi7JZA=="; };
D. key server.example.com. { algorithm=hmac-md5; secret="skrKc4DoTzi/tAkIlPi7JZA=="; };
E. key server.example.com. algorithm hmac-md5 secret "skrKc4DoTzi/tAkIlPi7JZA=="
Answer: C
Explanation:
Q13. Which TWO archiving formats are used to create an initramfs image?
A. gzip
B. tar
C. rar
D. cpio
E. bzip2
Answer: A,D
Explanation:
Q14. What information does the file modules.dep provide?
A. A list of all modules available to the kernel.
B. A list of modules required by each module.
C. A list of devices and their module name.
D. A list of all modules compiled for this kernel.
E. A list of modules the kernel needs to run.
Answer: B
Explanation:
Q15. ORRECT TEXT
You want to change the file that contains the message which is used at the login prompt when users log in locally. Please enter the including the path.
Answer: /ETC/ISSUE
Update 117-201 vce:
Q16. ORRECT TEXT
You need to recover some data from a magnetic tape and it is the second file on the media. The following command is being attempted:
mt -f /dev/nst0
What is the mt operation that will position the tape on the first block of the second file? (Please specify the operation with no other parameters)
Answer: FSF
Q17. The following is an excerpt from the output of tcpdump -nli eth1 'udp':
13:03:17.277327 IP 192.168.123.5.1065 > 192.168.5.112.53: 43653+ A? lpi.org. (25)
13:03:17.598624 IP 192.168.5.112.53 > 192.168.123.5.1065: 43653 1/0/0 A 24.215.7.109 (41)
Which network service or protocol was used?
A. FTP B. HTTP C. SSH D. DNS E. DHCP
Answer: D
Explanation:
Q18. You decide to use the logical volume manager (LVM) to manage four 4GB disk drives. After creating the volume group, how would you create a 10GB logical volume called big-app?
A. vgcreate -p 10g -n /dev/vg01/big-app
B. vgcreate -l 2560 /dev/vg01/big-app
C. mklvm -v 10240 -n /dev/vg01/big-app
D. lvcreate -v 10240 /dev/vg01/big-app
E. lvcreate -l 2560 vg01 -n big-app
Answer: E
Explanation:
Q19. ORRECT TEXT
What tool can be used to send kernel boot messages to a remote server?
Answer: NETCONSOLE
Q20. ORRECT TEXT
What is the command that will extract information, such as module parameters, from the Linux Kernel modules and print this information to the command line? (Please specify only the command with no path information)
Answer: MODINFO