[Jan-2022] 101-500 Exam Dumps Pass with Updated 2022 LPIC-1 Exam 101, Part 1 of 2, version 5.0 [Q27-Q46]

Share

[Jan-2022] 101-500 Exam Dumps Pass with Updated 2022 LPIC-1 Exam 101, Part 1 of 2, version 5.0

Free 101-500 Exam Dumps to Pass Exam Easily


Lpi 101-500 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Set the default runlevel or boot target
  • Change between runlevels
  • boot targets including single user mode
Topic 2
  • Understanding of SysVinit and systemd
  • Awareness of Upstart
  • Check boot events in the log files
Topic 3
  • Determine Hardware Resources for Devices
  • Tools and utilities to list various hardware information (e.g. lsusb, lspci, etc.)
Topic 4
  • Tools and utilities to manipulate USB devices
  • Conceptual understanding of sysfs, udev and dbus
Topic 5
  • Enable and disable integrated peripherals
  • Differentiate between the various types of Mass Storage Devices
Topic 6
  • Provide common commands to the boot loader and options to the kernel at boot time
  • Demonstrate knowledge of the boot sequence from BIOS/UEFI to boot completion
Topic 7
  • Shutdown and reboot from the command line
  • Alert users before switching runlevels
  • boot targets or other major system events.

 

NEW QUESTION 27
Which file from the /proc file system contains a list of all currently mounted devices?
(Specify ONLY the command without any path or parameters.)

Answer:

Explanation:
mounts

 

NEW QUESTION 28
From a Bash shell, which of the following commands directly execute the instructions from the file /usr/ local/bin/runme.shwithout starting a subshell? (Choose two.)

  • A. source /usr/local/bin/runme.sh
  • B. /usr/local/bin/runme.sh
  • C. /bin/bash /usr/local/bin/runme.sh
  • D. /usr/local/bin/runme.sh
  • E. run /usr/local/bin/runme.sh

Answer: A,B

 

NEW QUESTION 29
A Debian package creates several files during its installation. Which of the following commands searches for packages owning the file /etc/debian_version?

  • A. apt-file /etc/debian_version
  • B. dpkg -S /etc/debian_version
  • C. apt-get search /etc/debian_version
  • D. apt -r /etc/debian_version
  • E. find /etc/debian_version -dpkg

Answer: B

 

NEW QUESTION 30
Which of the following commands changes all CR-LF line breaks in the text file userlist.txt to Linux standard LF line breaks and stores the result in newlist.txt?

  • A. tr -s '/^M/^J/' userlist.txt newlist.txt
  • B. tr -c '\n\r' '' <newlist.txt> userlist.txt
  • C. tr '\r' '\n' userlist.txt newlist.txt
  • D. tr -d '\r' < userlist.txt > newlist.txt
  • E. tr '\r\n' '' <userlist.txt> newlist.txt

Answer: D

 

NEW QUESTION 31
Which command displays the contents of the Kernel Ring Buffer on the command line? (Provide only the command name without any options or path information)

Answer:

Explanation:
dmesg, /bin/dmesg

 

NEW QUESTION 32
You want to preview where the package file, apache-xml.i386.rpm, will install its files before installing it.
What command do you issue?

  • A. rpm -qpl apache-xml.i386.rpm
  • B. rpm -ql apache-xml.i386.rpm
  • C. rpm -qp apache-xml.i386.rpm
  • D. rpm -qv apache-xml.i386.rpm

Answer: A

 

NEW QUESTION 33
Which of the following commands installs GRUB 2 into the master boot record on the third hard disk?

  • A. grub-mkrescue /dev/sdc
  • B. grub-setup /dev/sdc
  • C. grub2 install /dev/sdc
  • D. grub-mbrinstall /dev/sdc
  • E. grub-install /dev/sdc

Answer: E

 

NEW QUESTION 34
FILL BLANK
Which command is used to change the priority of an already running process? (Specify ONLY the command without any path or parameters.)

Answer:

Explanation:
renice

 

NEW QUESTION 35
Which program updates the database that is used by the locate command?

Answer:

Explanation:
updatedb

 

NEW QUESTION 36
Which character, added to the end of a command, runs that command in the background as a child process of the current shell?

  • A. #
  • B. %
  • C. &
  • D. +
  • E. !

Answer: C

 

NEW QUESTION 37
Typically, which top level system directory is used for files and data that change regularly while the system is running and are to be kept between reboots? (Specify only the top level directory)

Answer:

Explanation:
/var, /var/, var, var/

 

NEW QUESTION 38
Which umask value ensures that new directories can be read, written and listed by their owning user, read and listed by their owning group and are not accessible at all for everyone else?

  • A. 0029
  • B. 0750
  • C. 0027
  • D. 0
  • E. 0036

Answer: C

 

NEW QUESTION 39
After modifying GNU GRUB's configuration file, which command must be run for the changes to take effect?

  • A. kill -HUP $(pidof grub)
  • B. grub
  • C. No action is required
  • D. grub-install

Answer: C

 

NEW QUESTION 40
Consider the following directory:
drwxrwxr-x 2 root sales 4096 Jan 1 15:21 sales
Which command ensures new files created within the directory salesare owned by the group sales?
(Choose two.)

  • A. chgrp -p sales sales
  • B. chmod g+ssales
  • C. chown --persistent *.sales sales
  • D. setpol -R newgroup=sales sales
  • E. chmod 2775 sales

Answer: B,E

 

NEW QUESTION 41
In order to display all currently mounted filesystems, which of the following commands could be used? (Choose two.) cat /proc/self/mounts

  • A. mount
  • B. lsmounts
  • C. free
  • D. cat /proc/filesystems
  • E.

Answer: C,D

 

NEW QUESTION 42
Which of the following commands lists the dependencies of the RPM package file foo.rpm?
rpm -qpR foo.rpm

  • A. rpm -dep foo
  • B. rpm -pD foo
  • C. rpm -R foo.rpm
  • D. rpm -ld foo.rpm

Answer: A

 

NEW QUESTION 43
Which wildcards will match the following filenames? (Choose two.)
ttyS0
ttyS1
ttyS2

  • A. tty?[0-5]
  • B. tty[Ss][02]
  • C. ty[A-Z][012]
  • D. tty*2
  • E. ttyS[1-5]

Answer: A,C

 

NEW QUESTION 44
Which command is used to create and initialize the files used to store quota information? (Specify ONLY the command without any path or parameters.)

Answer:

Explanation:
quotacheck

 

NEW QUESTION 45
When removing a package on a system using dpkg package management, which dpkgoption ensures configuration files are removed as well?
--clean

  • A. --vacuum
  • B. --purge
  • C. --declare
  • D.
  • E. --remove

Answer: A

 

NEW QUESTION 46
......


The benefit of obtaining the LPIC-1 Linux Administrator , 101-500 Exam Certification

  • 101-500 exam aspirants find an edge over other counterparts while appearing for interview.

  • 101-500 is globally recognized hence post achieving accreditation aspirants are more confident with network design knowledge.

  • As per ‘The Foote Partners report IT Skills and Certification Index , there is usually 20% increase in bonus pay is observed for LPIC 1 certified Linux administrators

  • Aspirants find themselves more competitive in job market.

  • The LPIC-1 101-500 certification worth a serious look as “Linux is back on top as the most in-demand open source skill category, making it required knowledge for most entry-level open source careers,” stated the 2018 Open Source Jobs Report from Dice and the Linux Foundation.

 

101-500 Exam Dumps, 101-500 Practice Test Questions: https://www.examcost.com/101-500-practice-exam.html

Free 101-500 Study Guides Exam Questions & Answer: https://drive.google.com/open?id=10dJ2G6hYyAM3djmII93vLT5pPqvR2pij