[Nov-2021] Download Real Lpi 101-500 Exam Dumps Test Engine Exam Questions [Q142-Q157]

Share

[Nov-2021] Download Real Lpi 101-500 Exam Dumps Test Engine Exam Questions

New 101-500 exam dumps Use Updated Lpi Exam


GNU Together with Commands for Unix

This is the third section that students should focus on when studying for the LPI 101-500 exam and it covers the following skills:

  • Transform execution priorities and their processes;
  • Utilize the streams, redirects, and pipes for stdout & files;
  • Core editing of diverse files while being aware of Emacs, nano as well as vim.
  • Providing fundamental file management by copying and removing files;
  • Design, control, and remove different processes by sending signals to them;
  • Edit text streams with the help of filters like UNIX commands located in GNU textutils;
  • Working on the line for various commands;
  • Look for text files via common basic as well as extended expressions;

What topics are included in LPI 101-500 exam?

The LPI 101-500 exam consists of 4 topics that are divided into several subtopics. This means that the applicants have to prepare thoroughly. The domains that are presented in the test are as follows:

  • System Architecture: This section requires the students’ knowledge of booting the system, changing runlevels or boot targets, configuring hardware settings, and shutdowning or rebooting the system. They have to be able to enable and disable integrated peripherals, determine hardware resources for devices, as well as provide options to the kernel and common commands to the boot loader at boot time. You should be able to demonstrate the skills in using the boot sequence from BIOS or UEFI to boot completion, check boot events in log files, set default runlevel or boot target, shutdown and reboot from the command line, and so on.
  • Devices, Linux Filesystems, & Filesystem Hierarchy Standard: In this part, the examinees have to be good at partitions and filesystems creation, maintenance of the integrity of filesystems, controlling of the mounting and unmounting processes of filesystems, and management of file permissions and ownership. Their knowledge base should also include the information about the hard and symbolic links as well as the creation, changing, and finding processes related to system files and their placement in the correct location. Also, this objective evaluates one’s ability to understand the correct locations of files under FHS, use links to support system administration tasks, create links, and skills in managing the access permissions on regular files, special files, as well as directories. It is important to have the expertise in using the group field to grant file access to group members, using labels and UUIDs for identifying and mounting file systems, repairing simple filesystem problems, and managing MBR and GPT partition tables.
  • Linux Installation & Package Management: To cover the questions of this subject area, the candidates have to demonstrate their understanding of Linux as a virtualization guest, knowledge of installing the boot manager, designing hard disk layout, managing shared libraries, as well as knowledge of the Debian package management as well as RPM and YUM package management. They have to know how to backup boot options and provide alternative boot locations, install the boot loader and configure it, as well as install, upgrade and uninstall Debian binary packages. Also, you should know how to obtain information on the RPM packages, including version, dependencies, status, integrity, and signatures. In addition, the professionals need to have an understanding of the general concepts of virtual machines and containers as well as common elements of virtual machines in IaaS Cloud. It includes block storage and networking, computing instances, unique properties of a Linux system, which have to change when a system is cloned or used as a template, and Linux extensions that integrate Linux with a virtualization product.
  • Unix Commands & GNU: This topic evaluate the learners’ proficiency in working on the command line, using streams, redirects, and pipes, processing text streams with the help of filters, as well as creating processes, monitoring them, and killing if needed. Their skill set should include the knowledge of modifying process execution priorities, basic file editing, and searching text files with the use of regular expressions. The test takers should also perform their skills in using single shell commands and one-line command sequences in order to perform basic tasks on the command line, as well as invoking commands inside and outside the defined path. It also includes the process of sending output streams and text files through the text utility filters in order to modify the output with the use of the standard UNIX commands that are found in the GNU textutils package. It is also required to have knowledge of how to copy, move, and also remove the directories and files individually, use simple/advanced wildcard specifications in commands, as well as use the output of one command as arguments to another command. A potential candidate has to be able to select and sort processes for display, run a program with higher or lower priority than the default, create simple regular expressions that contain several notational elements, configure the standard editor, and more.

 

NEW QUESTION 142
A yum repository can declare sets of related packages. Which yumcommand installs all packages belonging to the group admintools?
yum pkgsel --install admintools

  • A. yum collection install admintools
  • B.
  • C. yum taskinstall admintools
  • D. yum install admintools/*
  • E. yum groupinstall admintools

Answer: C

 

NEW QUESTION 143
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 144
Given the following input stream:
txt1.txt
atxt.txt
txtB.txt
Which of the following regular expressions turns this input stream into the following output stream?
txt1.bak.txt
atxt.bak.txt
txtB.bak.txt
s/^.txt/.bak/

  • A. s/[.txt]/.bak$1/
  • B. s/txt$/bak.txt/
  • C.
  • D. s/^txt$/.bak^/
  • E. s/txt/bak.txt/

Answer: D

 

NEW QUESTION 145
Which file in /proc describes the IRQs that are used by various kernel drivers?
(Specify the file name only without any path.)

Answer:

Explanation:
interrupts

 

NEW QUESTION 146
Which command uninstalls a package but keeps its configuration files in case the package is re-installed?

  • A. dpkg -P pkgname
  • B. dpkg -r pkgname
  • C. dpkg -L pkgname
  • D. dpkg -v pkgname
  • E. dpkg -s pkgname

Answer: B

 

NEW QUESTION 147
Which of the following properties of a Linux system should be changed when a virtual machine is cloned?
(Choose two.)

  • A. The partitioning scheme
  • B. The permissions of /root/
  • C. The D-Bus Machine ID
  • D. The SSH host keys
  • E. The file system

Answer: C,D

 

NEW QUESTION 148
Which of the following commands can be used to determine how long the system has been running? (Choose two.) uptime

  • A. top
  • B. time --up
  • C. up
  • D.
  • E. uname -u

Answer: C,D

 

NEW QUESTION 149
When in Normal mode invi, which character can be used to begin a reverse search of the text?

  • A. /
  • B. ?
  • C. r
  • D. F

Answer: B

 

NEW QUESTION 150
A user accidentally created the subdirectory \dirin his home directory. Which of the following commands will remote that directory?

  • A. rmdir '~/\dir'
  • B. rmdir ~/'dir'
  • C. rmdir ~/\dir
  • D. rmdir "~/\dir"
  • E. rmdir ~/\\dir

Answer: C

Explanation:
Explanation/Reference:

 

NEW QUESTION 151
What is the effect of the -voption for the grepcommand?

  • A. It shows the command's version information.
  • B. It only outputs non-matching lines.
  • C. It enables color to highlight matching parts.
  • D. It outputs all lines and prefixes matching lines with a+.
  • E. It changes the output order showing the last matching line first.

Answer: B

 

NEW QUESTION 152
Which permissions and ownership should the file /etc/passwd have?

  • A. -rw-r--r--1 11531 Jun 5 22:45 /etc/passwd
  • B. -rw-------1 rootroot531 Jun 5 22:45 /etc/passwd
  • C. -rw-r--r--1 rootroot531 Jun 5 22:45 /etc/passwd
  • D. -rw-------1 11531 Jun 5 22:45 /etc/passwd

Answer: C

 

NEW QUESTION 153
Which of the following commands creates or, in case it already exists, overwrites a file called datawith the output of ls?
ls 3> data

  • A. ls >>> data
  • B. ls >> data
  • C. ls > data
  • D.
  • E. ls >& data

Answer: B

 

NEW QUESTION 154
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: B

 

NEW QUESTION 155
How is a symbolic link called bar.conf pointing to foo.conf created?

  • A. ln foo.conf bar.conf
  • B. ln -s foo.conf bar.conf
  • C. ln -s bar.conf foo.conf
  • D. ln bar.conffoo.conf

Answer: B

 

NEW QUESTION 156
Which of the following commands lists all currently installed packages when using RPM package management?
yum --query --all

  • A. rpm --query --all
  • B. rpm --query --list
  • C. rpm --list --installed
  • D. yum --list --installed
  • E.

Answer: E

 

NEW QUESTION 157
......


The Linux Professional Institute represents a global certificate standard for open source professionals and provides online learning about complex computational systems. One of the most popular exams offered by this vendor is 101-500, and it is essential to understand its components and layout in order to gain the most from it. The opportunities this test brings include earning the LPIC-1 certification.

 

Pass Your 101-500 Dumps as PDF Updated on 2021 With 246 Questions: https://www.examdumpsvce.com/101-500-valid-exam-dumps.html

Verified 101-500 Dumps Q&As - 101-500 Test Engine with Correct Answers: https://drive.google.com/open?id=1Ra7Cf5J-TvzoNdvuZ6efor9RIsEW8_KZ