
2023 Free Lpi 201-450 Exam Files Downloaded Instantly
Pass Lpi 201-450 exam Dumps 100 Pass Guarantee With Latest Demo
Exam Syllabus
The highlights of the topics covered in the LPI 201-450 certification exam are as follows:
- Filesystem & Devices
The students should be capable of properly configuring and navigating the typical Linux filesystem. This topic also includes customizing and mounting different filesystem types. The applicants need to demonstrate their proficiency in maintaining a Linux filesystem with the help of system utilities as well as manipulating typical filesystems & monitoring SMART devices. Moreover, they should be able to customize automount filesystems with the help of AutoFS, create filesystems for devices such as CD-ROMs, and have the fundamental feature competency in encrypted filesystems.
- System Startup
Within this subject area, the individuals should be capable of querying and modifying the behaviour of system services at different run/targets levels. They should also have the ability to manipulate a Linux system throughout the boot process & recovery mode. Additionally, the learners need to be familiar with extra bootloaders as well as their main features.
- Linux Kernel
The examinees should have proficiency in using the kernel elements needed for specific system resources & requirements, hardware, as well as hardware drivers. In addition, they will have to demonstrate that they are capable of properly configuring a kernel to disable or include particular Linux kernel features as appropriate. The applicants should also be able to handle or/and query a 2.6.x, 3.x, or 4.x kernel as well as its loadable modules.
- System Maintenance
You should be capable of building and installing an executable program from the source as well as unpack a file of sources. You need to have proficiency in utilizing system devices to back up crucial system data. Moreover, you should possess the skills in notifying the users about the current issues related to the system.
NEW QUESTION 29
What component of a system does smartdmonitor?
- A. Ethernet traffic
- B. RAM
- C. CPU
- D. Hard drives
Answer: D
NEW QUESTION 30
Which single command simulates a failed device within a RAID 5 array?
- A. mdadm /dev/md0 --offline /dev/sdc1
- B. mdadm --remove /dev/md0 /dev/sdd1
- C. mdadm --fail /dev/md0 /dev/sdc1
- D. mdadm --force-fault /dev/md2 /dev/sde2
- E. mdadm --zero-superblock /dev/sdf3
Answer: C
NEW QUESTION 31
What should be done to ensure a client machine uses the recursive nameserver running on the IP address 192.168.0.1? (Choose TWO correct answers.)
- A. Run ifconfig eth0 nameserver 192.168.0.1.
- B. Add nameserver 192.168.0.1 to /etc/resolv.conf.
- C. Run bind add nameserver 192.168.0.1.
- D. Run route add nameserver 192.168.0.1.
- E. Ensure that the dns service is listed in the hosts entry in the /etc/nsswitch.conf file.
Answer: B,E
NEW QUESTION 32
Which of the following terms are used to describe 3.x kernel releases? (Choose TWO correct answers.)
- A. stable
- B. final
- C. prerelease
- D. beta
- E. longterm
Answer: A,E
NEW QUESTION 33
Which of the following commands shows capabilities and usable frequencies for the wireless interface wlan0?
- A. iw phy pyh0 info
- B. iw dev wlan0 show
- C. iw phy wlan0 show
- D. iw dev wlan0 info
- E. iw phy0 show
Answer: A
Explanation:
Explanation/Reference:
NEW QUESTION 34
Which of the following commands shows capabilities and usable frequencies for the wireless interface wlan0?
- A. iw phy pyh0 info
- B. iw dev wlan0 show
- C. iw phy wlan0 show
- D. iw dev wlan0 info
- E. iw phy0 show
Answer: A
NEW QUESTION 35
Which command reports information on memory usage, paging and block input/output?
- A. vmstat
- B. memshow
- C. pidof
- D. free
- E. lsof
Answer: A
NEW QUESTION 36
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. shutdown -r now
- B. reboot
- C. sync
- D. telinit 0
- E. shutdown -h now
Answer: A,B
NEW QUESTION 37
Which file in /proc contains information on the status of local software RAID devices?
- A. /proc/mdstat
- B. /proc/mdstatus
- C. /proc/raidstatus
- D. /proc/raid/status
Answer: A
NEW QUESTION 38
In this example output, which descriptions match the purpose of the free, buff and cache columns? (Choose THREE correct answers.)
# vmstat 1 100
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu---- r b swpd free buff cache si so bi bo in cs us sy id wa
0 0 0 282120 134108 5797012 0 0 0 2 0 0 0 0 100 0
0 0 0 282120 134108 5797012 0 0 0 0 1007 359 0 0 100 0
0 0 0 282120 134108 5797012 0 0 0 0 1117 577 0 0 100 0
0 0 0 282120 134108 5797012 0 0 0 0 1007 366 0 0 100 0
- A. Used swap space
- B. RAM used for buffers
- C. Available free RAM
- D. RAM available for filesystem buffers
- E. RAM used for filesystem cache
Answer: B,C,E
NEW QUESTION 39
Which command can be used to scan a specified network looking for IP addresses that appear to be in use?
- A. hostdiscover
- B. ip
- C. tcpdump
- D. nmap
- E. netscan
Answer: D
NEW QUESTION 40
Which of the following are common backup systems used in Linux? (Choose TWO correct answers.)
- A. Bacula
- B. BREWBackup
- C. SARcheck
- D. DrBackup
- E. Amanda
Answer: A,E
NEW QUESTION 41
CORRECT TEXT
What command is used to send messages to all users currently logged in? (Specify ONLY the command without any path or parameters.)
Answer:
Explanation:
wall
NEW QUESTION 42
Which of the following filter keywords for tcpdump specify the transfer direction for network packets? (Choose TWO correct answers.)
- A. src or dst
- B. dest
- C. source
- D. src
- E. both
Answer: A,D
NEW QUESTION 43
On a server running the 3.4.50-11 Linux kernel, which file in the /boot directory contains the kernel configuration parameters?
- A. config-linux-3.4.50-11
- B. config-3.4.50-11
- C. system-3.4.50-11
- D. rc.config-3.4.50-11
- E. vmlinuz-3.4.50-11
Answer: B
NEW QUESTION 44
The IDE hard drive /dev/hda does not have DMA enabled. Which command must be run to enable DMA on it?
- A. hdparm -d 1 /dev/hda
- B. hdparm -d /dev/hda
- C. hdparm --dma /dev/hda1
- D. hdparm -d /dev/hda1
- E. hdparm --dma /dev/hda
Answer: A
NEW QUESTION 45
Which of the following is a side effect of extensive usage of swap space?
- A. Since processes always exist completely in either RAM or swap, regular RAM may become unused if the kernel does not move processes back from the swap space to memory.
- B. The root filesystem may become full because swap space is always located on the system root partition.
- C. The overall system performance may degrade because of heavy hard disk use and memory reorganization.
- D. Applications need to restart because their virtual memory addresses change to reflect memory relocation to the swap address area.
- E. The memory may become fragmented and slow down the access to memory pages.
However, this can be kept to a minimum by the regular use of memfrag -d.
Answer: C
NEW QUESTION 46
Which /etc/hosts.allow entries will permit access to sshd for users from the 192.168.1.0/24 subnet? (Choose TWO correct answers.)
- A. sshd : 192.168.1.
- B. sshd : 192.168.1.0
- C. sshd : 192.168.1.0/255.255.255.0
- D. sshd : 192.168.1.0 netmask 255.255.255.0
- E. sshd : 192.168.1
Answer: A,C
NEW QUESTION 47
Which one of these directories should not be backed up?
- A. /opt
- B. /etc
- C. /var/log
- D. /backup
- E. /proc
Answer: E
NEW QUESTION 48
CORRECT TEXT
Which command turns an existing ext2 filesystem non-destructively into an ext3 filesystem? (Specify ONLY the command without any path or parameters.)
Answer:
Explanation:
/sbin/tune2fs, tune2fs
NEW QUESTION 49
Where is the LILO boot loader code typically installed on a system with only a single Linux installation and no other operating systems?
- A. At the start of the kernel.
- B. In the master boot record.
- C. In the boot sector.
- D. In the /boot directory.
Answer: B
NEW QUESTION 50
What is the purpose of a system mount unit?
- A. It is created by the command systemd-fstab-generator to integrate entries from /etc/fstab into the system boot process
- B. It is used by the command mount when using system to mount and unmount file systems
- C. It is used by the command systemd-mount and allows users to mount partitions to mount points of their choice
- D. It is used only to mount network file systems to local mount points. It cannot be used for local media
Answer: C
NEW QUESTION 51
Which archive format is used to create an initramfs image?
- A. bzip2
- B. cpio
- C. RAR
- D. tar
- E. gzip
Answer: B
NEW QUESTION 52
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
Explanation/Reference:
NEW QUESTION 53
How can the label root be added to the ext2 filesystem on /dev/sda1?
- A. echo 'root' > /proc/fs/sda1/label
- B. relabel /dev/sda1 root
- C. labelfs --device /dev/sda1 root
- D. tune2fs -L root /dev/sda1
Answer: D
NEW QUESTION 54
......
LPI 201-450 Exam Syllabus Topics:
| Topic | Details |
|---|---|
Capacity Planning | |
| Measure and Troubleshoot Resource Usage | Weight: 6 Key Knowledge Areas: The following is a partial list of the used files, terms and utilities: |
| Predict Future Resource Needs | Weight: 2 Key Knowledge Areas: The following is a partial list of the used files, terms and utilities: |
Linux Kernel | |
| Kernel Components | Weight: 2 Key Knowledge Areas: Terms and Utilities: |
| Compiling a kernel | Weight: 3 Key Knowledge Areas: Terms and Utilities: |
| Kernel runtime management and troubleshooting | Weight: 4 Key Knowledge Areas: Terms and Utilities: |
System Startup | |
| Customizing SysV-init system startup | Weight: 3 Key Knowledge Areas: Terms and Utilities: |
| System Recovery | Weight: 4 Key Knowledge Areas: Terms and Utilities: |
| Alternate Bootloaders | Weight: 2 Key Knowledge Areas: Terms and Utilities: |
Filesystem and Devices | |
| Operating the Linux filesystem | Weight: 4 Key Knowledge Areas: Terms and Utilities: |
| Maintaining a Linux filesystem​ | Weight: 3 Key Knowledge Areas: Terms and Utilities: |
| Creating and configuring filesystem options | Weight: 2 Key Knowledge Areas: Terms and Utilities: |
Advanced Storage Device Administration | |
| Configuring RAID | Weight: 3 Key Knowledge Areas: Terms and Utilities: |
| Adjusting Storage Device Access | Weight: 2 Key Knowledge Areas: Terms and Utilities: |
| Logical Volume Manager | Weight: 3 Key Knowledge Areas: Terms and Utilities: |
Read Online 201-450 Test Practice Test Questions Exam Dumps: https://www.actual4labs.com/Lpi/201-450-actual-exam-dumps.html
The 201-450 PDF Dumps Greatest for the Lpi Exam Study Guide!: https://drive.google.com/open?id=1iJNCL2ICid1JR6EtVJ9PXR4knohf_7Xh