Get Started 101-500 Exam [2022] Dumps Lpi PDF Questions [Q39-Q62]

Share

Get Started: 101-500 Exam [2021] Dumps Lpi PDF Questions

101-500 Premium Exam Engine pdf Download


In addition to the mentioned path, candidates can use the following three books:

  • LPIC-1 Linux Professional Institute Certification Study Guide by Roderick W. Smith

    This one-volume resource contains comprehensive coverage of all of the exam objectives supplemented with two mock tests. The book contains a wealth of information about each individual component included in the content of both exams you have to pass to earn the LPIC-1 certificate, so this is surely a worthwhile investment. Moreover, you can enhance retention with review questions, exercises, and flashcards.

  • Linux Textbook LPIC Level 1 – Version 5.0 Compatible (Shoeisha) (Japanese)

    The LPI is a globally known organization that receives applications from students all over the world. The LPIC-1 certification is becoming more and more relevant to these times as it is essential for career progression. This textbook is one of many examples of international training guides that will help any Japanese-speaking student succeed in 101-500 exam. This material streamlines practicing with uniform and easy tasks which allow candidates to study at their own pace and learn all the topics covered in the test comprehensively.

  • LPIC-1 101-500 Practice Exams by Marco Colombo

    This is the collection of 250 mock questions that students will be expected to answer on the test. It is split into four practice exams and an assessment test, which will assist the candidates in their attempt to master each and every concept needed. This book will enable readers to focus primarily on the topics found above, improve their Linux skills in a variety of real-world examples, and check their knowledge prior to the exam itself.

 

NEW QUESTION 39
From a Bash shell, which of the following commands directly executes the instruction from the file
/usr/local/bin/runme.sh without starting a subshell? (Please select TWO answers.)

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

Answer: A,C

 

NEW QUESTION 40
Which of the following files, located in a user's home directory, contains the Bash history?

  • A. .history_bash
  • B. .bash_histfile
    .history
  • C.
  • D. .bashrc_history
  • E. .bash_history

Answer: A

 

NEW QUESTION 41
Which of the following commands makes /bin/foo executable by everyone but writable only by its owner?

  • A. chmod 775 /bin/foo
  • B. chmod o+rwx,a+rx /bin/foo
  • C. chmod 577 /bin/foo
  • D. chmod u=rwx,go=rx /bin/foo

Answer: D

 

NEW QUESTION 42
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: E

 

NEW QUESTION 43
Which of the following statements is correct when talking about /proc/?

  • A. All files within /proc/ are only readable by the root user.
  • B. All changes to files in /proc/ are stored in /etc/proc.d/ and restored on reboot.
  • C. All changes to files in /proc/ are immediately recognized by the kernel.
  • D. All files within /proc/ are read-only and their contents cannot be changed.

Answer: C

 

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

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

Answer: A,D

 

NEW QUESTION 45
Which of the following commands can be used to create a new file that is 100kB in size?

  • A. mkfile
  • B. touch
  • C. dd
  • D. file

Answer: C

 

NEW QUESTION 46
Which signal is missing from the following command that is commonly used to instruct a daemon to reinitialize itself, including reading configuration files?
killall -s _______ daemon

Answer:

Explanation:
HUP, SIGHUP, 1

 

NEW QUESTION 47
When is the content of the kernel ring buffer reset? (Choose two.)

  • A. When the ring buffer is explicitly reset using the command dmesg --clear
  • B. When the kernel loads a previously unloaded kernel module
  • C. When a configurable amount of time, 15 minutes by default, has passed
  • D. When the ring buffer is read using dmesg without any additional parameters
  • E. When the system is shut down or rebooted

Answer: A,E

 

NEW QUESTION 48
What is true regarding the configuration of yum? (Choose two.)

  • A. Changes to the repository configuration become active after running yum confupdate
  • B. In case /etc/yum.repos.d/contains files, /etc/yum.confis ignored
  • C. Changes to the yum configuration become active after restarting the yumdservice
  • D. The configuration of package repositories can be divided into multiple files
  • E. Repository configurations can include variables such as $basearchor $releasever

Answer: D,E

 

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

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

Answer: D,E

 

NEW QUESTION 50
Which command must be entered before exiting vi to save the current file as filea.txt?

  • A. :s filea.txt
  • B. %w filea.txt
    c:save filea.txt
  • C. %s filea.txt
  • D. :w filea.txt

Answer: D

 

NEW QUESTION 51
What is the maximum niceness value that a regular user can assign to a process with the nice command when executing a new process?

  • A. 0
  • B. 1
  • C. 2
  • D. 3
  • E. 4

Answer: D

 

NEW QUESTION 52
Which of the following commands can be used to perform a full text search on all available packages on a Debian system?

  • A. apt
  • B. dpkg
  • C. apt-cache
  • D. apt-search
  • E. apt-get

Answer: C

 

NEW QUESTION 53
Which of the following commands determines a file's format by using a definition database file which contains information about all common file types?

  • A. pmagic
  • B. file
  • C. magic
  • D. type
  • E. hash

Answer: B

 

NEW QUESTION 54
What is the first program the Linux kernel starts at boot time when using System V init?

  • A. /sbin/init
  • B. /boot/init
  • C. /lib/init.so
  • D. /etc/rc.d/rcinit
  • E. /proc/sys/kernel/init

Answer: A

Explanation:
Explanation/Reference:

 

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

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

Answer: A,C

 

NEW QUESTION 56
Which of the following explanations are valid reasons to run a command in the background of your shell?

  • A. The command has to run immediately but the user needs to log out.
  • B. The system is being shut down and the command needs to restart execution immediately after the reboot.
  • C. The command can run at a lower priority than normal commands run on the command line.
  • D. The command does not need to execute immediately.

Answer: A

 

NEW QUESTION 57
What is the first program the Linux kernel starts at boot time when using System V init?

  • A. /sbin/init
  • B. /boot/init
  • C. /lib/init.so
  • D. /etc/rc.d/rcinit
  • E. /proc/sys/kernel/init

Answer: A

 

NEW QUESTION 58
Which of the following signals is sent to a process when the key combination CTRL+C is pressed on the keyboard?

  • A. SIGTERM
  • B. SIGSTOP
  • C. SIGINT
  • D. SIGKILL

Answer: C

 

NEW QUESTION 59
Which of the following file permissions belong to a symbolic link?

  • A. -rwxrwxrwx
  • B. srwxrwxrwx
  • C. lrwxrwxrwx
  • D. +rwxrwxrwx

Answer: C

 

NEW QUESTION 60
In the vi editor, what vi command will copy (but not paste) from the current line at the cursor and the following 16 lines (17 lines total)?
Specify the correct vi command without spaces.

Answer:

Explanation:
17yy

 

NEW QUESTION 61
What is true regarding the configuration of yum? (Choose two.)

  • A. Changes to the repository configuration become active after running yum confupdate
  • B. In case /etc/yum.repos.d/ contains files, /etc/yum.conf is ignored
  • C. Repository configurations can include variables such as $basearch or $releasever
  • D. Changes to the yum configuration become active after restarting the yumd service
  • E. The configuration of package repositories can be divided into multiple files

Answer: B,C

 

NEW QUESTION 62
......


How to study the LPIC-1 Linux Administrator , 101-500 Exam

Linux is difficult because of the command line interface. With a GUI, like Windows, you can click your way around randomly. You might get some popup help, or have little “information” icons and so on. So, it is quite important to go through the complete study material and practice the commands, as any of the commands can pop up as a question in certification exam.

There are many ways to prepare for 101-500 Exam. Aspirants can opt for online PDF’s available on Linux official website and can refer online videos too .

The knowledge earned through different study materials should be tested on high quality test engine, as of VerifiedDumps test platform and dumps as they follows the standards of real exam .


What career path can you follow after passing LPI 101-500 exam?

Taking the LPI 101-500 exam can be great for your career because there are loads of companies out there that are looking for the certified experts. Once you pass this test, you can apply for many jobs and expect a higher income. Thus, you can opt for the positions, such as a Linux System Administrator, a Linux System Engineer, a Network Engineers, and a Linux/Unix Systems Analyst. You can earn over $70,000 or probably more if you become a Software Engineer.

 

Pass Your Lpi Exam with 101-500 Exam Dumps: https://www.verifieddumps.com/101-500-valid-exam-braindumps.html

Verified 101-500 Bundle Real Exam Dumps PDF: https://drive.google.com/open?id=1ACSLpXnviUnIuX8PX_p-GnyNpKp24WQ-