Easy To Download Lpi 201-450 Exam Dumps Updated 162 Questions [Q77-Q96]

Share

Easy To Download Lpi 201-450 Exam Dumps Updated 162 Questions

New Updated 201-450 Exam Questions 2024


The LPIC-2 certification is recognized globally as a standard for Linux administration professionals. It is designed to validate the skills and knowledge of Linux professionals who have at least two years of experience working with Linux. The LPIC-2 Exam 201 is the first step in achieving this certification, and passing 201-450 exam demonstrates the candidate's ability to perform advanced Linux administrative tasks.

 

NEW QUESTION # 77
CORRECT TEXT
According to the tcpdump output below, what is the IP address of the client host?
02:12:40.511381 IP 192.168.246.11.1045 > 192.168.246.1.22: S
3838532429:3838532429(0) win 5840 <mss 1460,sackOK,timestamp
31325740,nop,wscale 2>
02:12:40.511540 IP 192.168.246.1.22 > 192.168.246.11.1045: S
1209330085:1209330085(0) ack 383853 2430 win 5792 <mss 1460,sackOK,timestamp
11553457 3132574,nop,wscale 0>
0 2:12:40.511755 IP 192.168.246.11.1045 > 192.168.246.1.22: . ack 1 win 1460
< nop,nop,timestamp 3 132574 11553457>
0 2:12:40.515122 IP 192.168.246.1.22 > 192.168.246.11.1045: P 1:26(25) ack 1 win 5792
< nop,nop,timestamp 11553460 3132574>
0 2:12:40.515511 IP 192.168.246.11.1045 > 192.168.246.1.22: . ack 26 win 1460
< nop,nop,timestamp 3132578 11553460>
0 2:12:40.515952 IP 192.168.246.11.1045 > 192.168.246.1.22: P 1:23(22) ack 26 win 1460
< nop,nop,timestamp 3132578 11553460>

Answer:

Explanation:
192.168.246.11


NEW QUESTION # 78
A Linux server is running in single user mode for regular maintenance. Which commands are used to restore the server to its usual runlevel? (Choose TWO correct answers.)

  • A. telinit 0
  • B. reboot
  • C. sync
  • D. shutdown -r now
  • E. shutdown -h now

Answer: B,D


NEW QUESTION # 79
During booting, when the Linux kernel loads an initramfs file, which command from the initramfs will be executed first, if present?

  • A. /linuxrc
  • B. /sbin/init
  • C. /initrd
  • D. /rc.local
  • E. /init

Answer: E


NEW QUESTION # 80
What are the main network services used by the PXE protocol? (Choose TWO correct answers.)

  • A. NFS
  • B. DHCP
  • C. HTTP
  • D. DNS
  • E. TFTP

Answer: B,E


NEW QUESTION # 81
What information is found in the following excerpt from the file /proc/mdstat? (Choose two.)

  • A. The spare disk /dev/sda1 is used to restore full redundancy after the current recovery
  • B. The information [3/2] means that 3 RAID disks belong to the array and 2 disks are spare. Together they equal the number of available disks
  • C. One of the disks in /dev/md0 has failed and a spare disk is used to recreate full redundancy
  • D. The device is using version 1.2 metadata to allow LILO and GRUB Legacy to use /dev/md0 as the boot partition. This would not have been necessary with GRUB2
  • E. The information [UU_] means, that the raid is missing one disk and is not fully redundant

Answer: C,E


NEW QUESTION # 82
Fill in the blank.
The users of the local network complain that name resolution is not fast enough. Which command shows the time taken to resolve a DNS query? (Specify the command without path.)

Answer:

Explanation:
dig


NEW QUESTION # 83
Which of the following command sequences can be used to extract files contained in a initramfs file (/boot/initramfs) which is used by the kernel at boot time?

  • A. cp /boot/initramfs /tmp/initramfs.gz; gunzip /tmp/initramfs.gz; mkdir /tmp/initramfs.dir ; cd
    /tmp/initramfs.dir ; cpio -e /tmp/initramfs
  • B. cp /boot/initramfs /tmp/initramfs.gz; gunzip /tmp/initramfs.gz; mount /tmp/initramfs /mnt/ - o loop -t initrd
  • C. cp /boot/initramfs /tmp/initramfs.gz; gzip -c /tmp/initramfs.gz; mkdir /tmp/initramfs.dir ; cd
    /tmp/initramfs.dir ; cpio -i < /tmp/initramfs
  • D. cp /boot/initramfs /tmp/initramfs.gz; gunzip /tmp/initramfs.gz; mkdir /tmp/initramfs.dir ; cd
    /tmp/initramfs.dir ; cpio -i < /tmp/initramfs
  • E. cp /boot/initramfs /tmp/initramfs.gz; gunzip /tmp/initramfs.gz; mount /tmp/initramfs /mnt/ - o loop -t initramfs

Answer: D


NEW QUESTION # 84
When planning a web server which of the following choices will impact system sizing?
(Choose THREE correct answers.)

  • A. How many concurrent users are expected.
  • B. What type of content will be served.
  • C. Which hardware vendor has better Linux support.
  • D. Will the OS install be CD, DVD or network based.
  • E. What scripting languages will the web server support.

Answer: A,B,E


NEW QUESTION # 85
Which commands are used to load modules into the Linux kernel? (Choose TWO correct answers.)

  • A. probemod
  • B. modprobe
  • C. insmod
  • D. kernload
  • E. loadmod

Answer: B,C


NEW QUESTION # 86
Which of the following init systems comes along with an own UEFI boot loader?

  • A. SysVinit
  • B. OpenRC
  • C. launchd
  • D. Upstart
  • E. systemd

Answer: E


NEW QUESTION # 87
A regular user has just run
./configure && make && make install
to build and install a program. However, the installation fails. What could be done to install the program?
(Choose two.)

  • A. Run make install_local to install into /usr/local/
  • B. Install the binaries manually with suinstall
  • C. Do not run ./configurein order to maintain the default configuration for correct installation
  • D. Run make install with root privileges
  • E. Rerun ./configurewith a --prefix option where the user has permissions to write

Answer: D,E


NEW QUESTION # 88
CORRECT TEXT
Running tcpdump -nli eth1 'tcp' shows the following output:
14:41:53.694538 IP 10.1.52.145.51738 > 24.215.7.162.143: Flags [.], ack 33051, win 1002, options [nop,nop,TS val 36789130 ecr 1746004159], length 0 What is the source IP address of this packet? (Please specify the answer in digits and dots ONLY.)

Answer:

Explanation:
10.1.52.145


NEW QUESTION # 89
Which of the following wireless tools can be used to check the wireless network link quality? (Choose TWO correct answers.)

  • A. iwlink
  • B. iw
  • C. iwscan
  • D. iwconfig
  • E. iwifi

Answer: B,D


NEW QUESTION # 90
Which of the following files will be looked for and used by GNU make, if one of them exists, unless a different file is specified on the command line when trying to compile software from source code? (Choose TWO correct answers.)

  • A. config.h.in
  • B. Makefile.in
  • C. configure
  • D. makefile
  • E. Makefile

Answer: D,E


NEW QUESTION # 91
A Linux server running systemd booted to rescue.targetfor maintenance. Which commands are used to restore the server to its usual target? (Choose two.)

  • A. telinit 0
  • B. systemctl default
  • C. systemctl reboot
  • D. systemctl emergency
  • E. sync

Answer: A,B


NEW QUESTION # 92
Which commands below are useful to collect data about remote filesystem connections? (Choose two.)

  • A. nfsiostat
  • B. sadf
  • C. pidstatWhich commands below are useful to collect data about remote filesystem connections? (Choose two.)
  • D. fsiostat
  • E. cifsiostat

Answer: A,E


NEW QUESTION # 93
What component of a system does smartdmonitor?

  • A. CPU
  • B. Hard drives
  • C. Ethernet traffic
  • D. RAM

Answer: B


NEW QUESTION # 94
Where would fsck put any unreferenced file or file fragments on a ext4 filesystem?

  • A. recover
  • B. back
  • C. lost
  • D. lost+found

Answer: D


NEW QUESTION # 95
If all of the following files and/or symlinks exist in a SysV-init runlevel directory, which of the following will be executed first when booting the system directly into the runlevel?

  • A. PRE-S99lpi
  • B. S98lpi
  • C. S99lpi
  • D. S99a-lpi
  • E. K99lpi

Answer: B


NEW QUESTION # 96
......


Lpi 201-450 (LPIC-2 Exam 201, Part 1 of 2, version 4.5) exam is designed to test the knowledge and skills of IT professionals who wish to become certified as Linux administrators. 201-450 exam is the first part of the two-part LPIC-2 certification process, with the second part being the Lpi 202-450 exam. The LPIC-2 certification is an intermediate-level certification that is recognized by many organizations and can help IT professionals advance their careers.

 

Updated Free Lpi 201-450 Test Engine Questions with 162 Q&As: https://actualtests.real4prep.com/201-450-exam.html