VALID 201-450 Exam Dumps For Certification Exam Preparation [Q13-Q33]

Share

VALID 201-450 Exam Dumps For Certification Exam Preparation

201-450 Dumps PDF 2024 Strategy Your Preparation Efficiently


Preparing for the LPIC-2 Exam 201, Part 1 of 2, version 4.5 is essential for success. Candidates should have a solid understanding of Linux administration and be familiar with the exam objectives. They should also have hands-on experience with Linux systems and be able to troubleshoot common problems. Many resources are available to help candidates prepare for the exam, including study guides, practice exams, and online courses. With the right preparation, candidates can pass the LPIC-2 Exam 201, Part 1 of 2, version 4.5 and demonstrate their expertise in Linux administration.

 

NEW QUESTION # 13
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 file including the path.

Answer:

Explanation:
/etc/issue


NEW QUESTION # 14
What two commands to add another IP address to an interface that already has (at least) one IP address?

  • A. ipconfig eth0 192.168.1.2
  • B. ipconfig eth0:1 192.168.1.2
  • C. ifconfig eth0 192.168.1.2
  • D. ifconfig eth0:1 192.168.1.2
  • E. ifconfig eth0:sub1 192.168.1.2

Answer: D,E


NEW QUESTION # 15
Consider the following /etc/fstab file:
/dev/hda1 swap swap defaults 0 0
/dev/hda2 / ext2 defaults 1 1
/dev/hda3 /home ext2 defaults 1 2
none /proc proc defaults 0 0
/dev/fd0 /media/floppy vfat user,noauto 0 0
What command can an ordinary (non-root) user use to mount a floppy disk in this system?
(Please enter the command with all parameters and/or options)

Answer:

Explanation:
mount /dev/fd0


NEW QUESTION # 16
What mechanism does collectd use to gather monitoring information on systems?

  • A. It uses a library of plugins.
  • B. It makes SNMP queries to the clients being monitored.
  • C. It collects its own information on each server and sends that to a master server.
  • D. A master server connects to a collectd service on each machine to retrieve the information.

Answer: A


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

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

Answer: A,C


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

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

Answer: C

Explanation:
Explanation


NEW QUESTION # 19
On a Linux node with multiple active networks interfaces, each having a default route to the Internet, which default route is preferred?

  • A. The default route with the highest TTL value
  • B. The default route with the highest MTU value
  • C. The default route with the highest metric value
  • D. The default route with the lowest metric value
  • E. The default route with the lowest TTL value

Answer: D


NEW QUESTION # 20
An administrator has placed an executable in the directory /etc/init.d, however it is not being executed when the system boots into runlevel 2. What is the most likely cause of this?

  • A. A corresponding link was not created in /etc/rc2.d
  • B. The script has not been declared in /etc/services
  • C. runlevel 2 is not declared in /etc/inittab
  • D. The script has the permissions 700 and is owned by root

Answer: A


NEW QUESTION # 21
What action should be performed after increasing the size of a logical volume?

  • A. Run lvresize.
  • B. Run vgresize.
  • C. Remount the logical volume.
  • D. Increase the size of the filesystem used for the logical volume.

Answer: D


NEW QUESTION # 22
After a lot of write operations, the administrator want to ensure that the kernel flushes the file system buffers to disk. Which command will accomplish this? (Specify ONLY the command without any path or parameters.)

Answer:

Explanation:
sync


NEW QUESTION # 23
In the below example output, which columns detail the percent of time the CPU spent running non- kernel code and the percent of time the CPU spent running kernel code? (Choose TWO 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. us
  • B. wa
  • C. id
  • D. sy

Answer: A,D


NEW QUESTION # 24
Which two LVM commands are missing from the following sequence which is used to create a logical volume and make use of it on a Linux system?
pvcreate, ___________, __________, mkfs, mount

  • A. lvmcreate, vgcreate
  • B. vgcreate, lvcreate
  • C. vgcreate, mdadm
  • D. lvcreate, mdadm
  • E. lvcreate, vgcreate

Answer: B


NEW QUESTION # 25
Which RAID level provides the most redundancy?

  • A. RAID1
  • B. RAID5
  • C. RAID0
  • D. RAID4

Answer: A


NEW QUESTION # 26
What is the purpose of the /etc/sysctl.conf file?

  • A. It specifies the filesystems that are mounted at boot time or that may be mounted manually by ordinary users.
  • B. It identifies system services that are started directly by the init process when the computer boots.
  • C. It specifies the order in which system services are started when the computer boots.
  • D. It holds miscellaneous system configuration options that are set via the sysctl utility when the system boots.

Answer: D


NEW QUESTION # 27
On a Debian based system, which command can be used to stop the apache2 init script from running at boot time once the real script has been removed from /etc/init.d/?

  • A. update-rc.d -d apache2
  • B. update-rc.d remove apache2
  • C. update-rc.d apache2 remove
  • D. update-rc.d apache2 delete
  • E. update-rc.d delete apache2

Answer: C


NEW QUESTION # 28
Considering the following kernel IP routing table below, which of the following commands must be used to remove the route to the network 10.10.1.0/24? (Select TWO answers) Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface
2 03.0.113.162 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
1 72.16.87.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
1 92.168.246.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
1 0.10.1.0 192.168.246.11 255.255.255.0 UG 0 0 0 eth1
1 27.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0 .0.0.0 203.0.113.162 0.0.0.0 UG 0 0 0 ppp0

  • A. ip net delete 10.10.1.0/24
  • B. route del 10.10.1.0/24 gw 192.168.246.11
  • C. ip route delete 10.10.1.0/24
  • D. route del -net 10.10.1.0/24
  • E. route del 10.10.1.0/24

Answer: C,D


NEW QUESTION # 29
What are typical targets in a makefile?

  • A. CFLAGS, CPPFLAGS, LIBS, LDFLAGS
  • B. clean, install, uninstall
  • C. PATHS, DESTDIR, LIBS, LDFLAGS
  • D. prefix, exec_prefix, bindir, mandir

Answer: B


NEW QUESTION # 30
What keyword is missing in the following line from /etc/fstab in order to make a USB flash device writeable by the user fred when mounted:
/dev/sda1 /mnt/usbflash vfat defaults,users,______=fred,umask=022, 0 0
(Provide the option name only without any settings)

Answer:

Explanation:
uid


NEW QUESTION # 31
Which of the following entries are NOT valid in /etc/raidtab?

  • A. nr-spare-disks
  • B. chunk-size
  • C. nr-raid-disks
  • D. superblock-persistent

Answer: D


NEW QUESTION # 32
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 with root privileges
  • B. Install the binaries manually with suinstall
  • C. Run make install_local to install into /usr/local/
  • D. Do not run ./configurein order to maintain the default configuration for correct installation
  • E. Rerun ./configurewith a --prefix option where the user has permissions to write

Answer: A,E


NEW QUESTION # 33
......

Latest Verified & Correct 201-450 Questions: https://www.realvce.com/201-450_free-dumps.html

100% Pass Guaranteed Download LPIC 2 Exam PDF Q&A: https://drive.google.com/open?id=1a7WeJ17VSv4KlYsYAZ9qYqqIP7tC5t3d