[Jan 24, 2022] 101-500 Sample with Accurate & Updated Questions [Q97-Q114]

Share

[Jan 24, 2022] 101-500 Sample with Accurate & Updated Questions

101-500 Exam Info and Free Practice Test | Exams-boost


Installation & Package Management for Linux

This area will address fundamental knowledge areas including the ones highlighted below:

  • Deal with Linux as a virtualization guest.
  • Design a layout of a hard disk, where you will need to be aware of the features of LVM and disks.
  • Take advantage of RPM and YUM management for packages and check the files that a package provides.

How much LPIC-1 Linux Administrator , 101-500 Exam Cost

The price of the LPIC-1 Linux Administrator , 101-500 exam fee is $200 USD.


Introduction to LPIC-1 Linux Administrator , 101-500 exam

The LPIC 101-500 exam, is one of qualifying exam to attain accreditation of LPIC 1 Linux Administrator , however, to bag the accreditation aspirants have to pass both 101-500 & 102-500 . Aspirants must have knowledge about :

  • Handle files and access permissions as well as system security; and
  • Installation and maintenance of Linux workstation, including X11 and setup it up as a network client;
  • Perform easy maintenance tasks: help users, add users to a larger system, backup and restore, shutdown and reboot.
  • Work at the Linux command line, including common GNU and Unix commands;
  • Architecture of a Linux system;

 

NEW QUESTION 97
A faulty kernel module is causing issues with a network interface card. Which of the following actions ensures that this module is not loaded automatically when the system boots?

  • A. Using lsmod --remove --autoclean without specifying the name of a specific module
  • B. Adding a blacklist line including the name of the offending module to the file
    /etc/modprobe.d/blacklist.conf
  • C. Using modprobe -r followed by the name of the offending module
  • D. Deleting the kernel module's directory from the file system and recompiling the kernel, including its modules
  • E. Using modinfo -k followed by the name of the offending module

Answer: B

 

NEW QUESTION 98
Which of the following commands will change the quota for a specific user?

  • A. repquota
  • B. quota -e
  • C. quota
  • D. edquota

Answer: D

 

NEW QUESTION 99
What happens after issuing the command vi without any additional parameters?

  • A. vi exits with an error message as it cannot be invoked without a file name to operate on.
  • B. vi starts and opens a new file which is filled with the content of the vi buffer if the buffer contains text.
  • C. vi starts and requires the user to explicitly either create a new or load an existing file.
  • D. vi starts in command mode and opens a new empty file.
  • E. vi starts and loads the last file used andmoves the cursor to the position where vi was when it last exited.

Answer: D

 

NEW QUESTION 100
If the gzip compressed tar archive texts.tgz contains the files a.txt and b.txt, which files will be present in the current directory after running gunzip texts.tgz?

  • A. Only a.txt, b.txt, and texts.tgz
  • B. Only a.txt.gz and b.txt.gz
  • C. Only texts.tar
  • D. Only texts.tar and texts.tgz
  • E. Only a.txt and b.txt

Answer: D

 

NEW QUESTION 101
Which program runs a command in specific intervals and refreshes the display of the program's output?
(Specify ONLY the command without any path or parameters.)

Answer:

Explanation:
watch

 

NEW QUESTION 102
Which of the following options for the kernel's command line changes the systemd boot target to rescue.target instead of the default target?

  • A. systemd.default=rescue.target
  • B. systemd.service=rescue.target
  • C. systemd.runlevel=rescue.target
  • D. systemd.unit=rescue.target
  • E. systemd.target=rescue.target

Answer: D

 

NEW QUESTION 103
To what environment variable will you assign or append a value if you need to tell the dynamic linker to look in a build directory for some of a program's shared libraries?

  • A. LD_RUN_PATH
  • B. LD_LOAD_PATH
  • C. LD_SHARE_PATH
  • D. LD_LIBRARY_PATH
  • E. LD_LIB_PATH

Answer: D

 

NEW QUESTION 104
Which of the following statements describes a difference between GNU GRUB Legacy and GRUB 2?

  • A. grub-mkconfigonly works with GRUB Legacy if the--version 1option is used.
  • B. GRUB 2 no longer requires a configuration file.
  • C. The configuration filemenu.lst(andgrub.conf) have been replaced withgrub.config.
  • D. Partition numbers start at 0 in GRUB Legacy and1in GRUB 2.

Answer: D

 

NEW QUESTION 105
Which of the following commands displays the contents of a gzip compressed tar archive?

  • A. tar cf archive.tgz
  • B. tar -fzt archive.tgz
  • C. tar ztf archive.tgz
  • D. gzip -d archive.tgz | tar tvf -
  • E. gzip archive.tgz | tar xvf -

Answer: C

 

NEW QUESTION 106
Which of the following pieces of information of an existing file is changed when a hard link pointing to that file is created?

  • A. File size
  • B. Link count
  • C. Modify timestamp
  • D. Permissions
  • E. Inode number

Answer: B

Explanation:
Explanation
NEW QUESTIONS

 

NEW QUESTION 107
Which of the following commands will produce the following output?

  • A. proclist
  • B. ps
  • C. netstat
  • D. jobs

Answer: B

 

NEW QUESTION 108
The /etc/_______ file lists currently mounted devices.

Answer:

Explanation:
mtab

 

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

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

Answer: D

 

NEW QUESTION 110
Where does the BIOS search for a bootloader?

  • A. Only on the last added storage media.
  • B. The BIOS is not responsible to search for a valid bootloader.
  • C. On all connected storage media in the defined boot device order.
  • D. On all connected storage media regardless of the boot device order.
  • E. Only on hard disk drives in the defined boot device order.

Answer: C

 

NEW QUESTION 111
Which of the following commands is used to change options and positional parameters within a running Bash shell?

  • A. envsetup
  • B. bashconf
  • C. setsh
  • D. history
  • E. set

Answer: E

 

NEW QUESTION 112
Which of the following options must be passed to a filesystem's entry in /etc/fstab in order to mount the file system without root privileges?

  • A. noauto
  • B. norestrict
  • C. user
  • D. auto

Answer: C

 

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

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

Answer: D,E

 

NEW QUESTION 114
......

Pass Lpi 101-500 Premium Files Test Engine pdf - Free Dumps Collection: https://www.exams-boost.com/101-500-valid-materials.html

New 2022 Realistic 101-500 Dumps Test Engine Exam Questions in here: https://drive.google.com/open?id=17rhB-D8xNHas_xm2F35PZOlDs6onm22c