101-500 Study Guide Brilliant 101-500 Exam Dumps PDF
View 101-500 Exam Question Dumps With Latest Demo
The LPIC-1 Exam 101, Part 1 of 2, version 5.0 consists of 60 multiple-choice and fill-in-the-blank questions that must be completed within 90 minutes. 101-500 exam is computer-based and can be taken at authorized testing centers worldwide. The passing score for the exam is 500 out of 800.
NEW QUESTION # 106
FILL BLANK
Which command displays a list of all background tasks running in the current shell? (Specify ONLY the command without any path or parameters.)
Answer:
Explanation:
jobs
NEW QUESTION # 107
FILL BLANK
What directory contains configuration files for additional yum repositories? (Specify the full path to the directory.)
Answer:
Explanation:
/etc/yum.conf
NEW QUESTION # 108
Which of the following commands will produce the following output?
- A. ps
- B. jobs
- C. proclist
- D. netstat
Answer: A
NEW QUESTION # 109
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 # 110
Which command is used to start another command with a given nice level? (Specify ONLY the command without any path or parameters.)
Answer:
Explanation:
nice
NEW QUESTION # 111
Which of the following commands will load a kernel module along with any required dependency modules?
- A. depmod
- B. loadmod
- C. module_install
- D. modprobe
- E. insmod
Answer: D
NEW QUESTION # 112
Which of the following apt-get commands will install the newest versions of all currently installed packages?
- A. update
- B. full-upgrade
- C. install
- D. dist-upgrade
- E. auto-update
Answer: D
NEW QUESTION # 113
When removing a package on a system using dpkg package management, which dpkgoption ensures configuration files are removed as well?
--clean
- A.
- B. --declare
- C. --vacuum
- D. --remove
- E. --purge
Answer: C
NEW QUESTION # 114
A backup software heavily uses hard links between files which have not been changed in between two backup runs. Which benefits are realized due to these hard links? (Choose two.)
- A. The backup runs faster because, instead of copying the data of each file, hard links only change file system meta data.
- B. The backup consumes less space because the hard links point to the same data on disk instead of storing redundant copies.
- C. The backup is guaranteed to be uncharged because a hard linked file cannot be modified after its creation.
- D. The old backups can be moved to slow backup media, such as tapes, while still serving as hard link target in new backups.
- E. The backup runs faster because hard links are asynchronous operations, postponing the copy operation to a later point in time.
Answer: B,D
NEW QUESTION # 115
Which daemon handles power management events on a Linux system?
- A. psd
- B. pwrmgntd
- C. batteryd
- D. acpid
- E. inetd
Answer: D
NEW QUESTION # 116
An administrator has issued the following command:
grub-install --root-directory=/custom-grub /dev/sda
In which directory will new configuration files be found? (Provide the full directory path only without the filename)
Answer:
Explanation:
/custom-grub/boot/grub/, /custom-grub/boot/grub
NEW QUESTION # 117
Which of the following characters can be combined with a separator string in order to read from the current input source until the separator string, which is on a separate line and without any trailing spaces, is reached?
- A. <<
- B. !<
- C. &<
- D. <|
Answer: A
NEW QUESTION # 118
Which of the following commands will mount an already inserted CD-ROM in /dev/sr0 onto an existing directory /mnt/cdrom when issued with root privileges?
- A. mount /dev/sr0 /mnt/cdrom
- B. mount /dev/cdrom /mnt/cdrom
- C. mount -l cdrom /dev/sr0 /mnt/cdrom
- D. mount -t cdrom /dev/sr0 /mnt/cdrom
- E. mount -f /dev/sr0/mnt/cdrom
Answer: D
NEW QUESTION # 119
Which of the following options is used in a GRUB Legacy configuration file to define the amount of time that the GRUB menu will be shown to the user?
- A. timeout
- B. hidemenu
- C. showmenu
- D. splash
Answer: A
NEW QUESTION # 120
Which of the following commands displays the path to the executable file that would be executed when the command foois invoked?
- A. whatis foo
- B. which foo
- C. lsattr foo
- D. locate foo
- E. apropos foo
Answer: B
NEW QUESTION # 121
Which Debian package management tool asks the configuration questions for a specific already installed package just as if the package were being installed for the first time?
(Specify ONLY the command without any path or parameters.)
Answer:
Explanation:
dpkg-reconfigure
NEW QUESTION # 122
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
- A. s/txt$/bak.txt/
- B. s/^txt$/.bak^/
- C. s/txt/bak.txt/
- D. s/^.txt/.bak/
- E. s/[.txt]/.bak$1/
Answer: C
NEW QUESTION # 123
Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file?
fmt -f 1,4 /etc/passwd
- A. split -c 1,4 /etc/passwd
- B. sort -t : -k 1,4 /etc/passwd
- C.
- D. cut -d : -f 1,4 /etc/passwd
- E. paste -f 1,4 /etc/passwd
Answer: B
NEW QUESTION # 124
Which of the following tools can show the complete path of an executable file that the current shell would execute when starting a command without specifying its complete path? (Choose two.)
- A. pwd
- B. locate
- C. which
- D. find
- E. type
Answer: C,E
NEW QUESTION # 125
Which of the following commands lists all currently installed packages when using RPM package management?
- A. rpm --query --all
- B. yum --query --all
- C. rpm --query --list
- D. yum --list --installed
- E. rpm --list --installed
Answer: A
NEW QUESTION # 126
Which of the following commands list all files and directories within the /tmp/directory and its subdirectories which are owned by the user root? (Choose two.)
- A. find -path /tmp -uid root
- B. find /tmp -user root -print
- C. find /tmp -uid root -print
- D. find /tmp -user root
- E. find -path /tmp -user root -print
Answer: B,D
NEW QUESTION # 127
Which of the following commands will change the quota for a specific user?
- A. edquota
- B. quota
- C. quota -e
- D. repquota
Answer: A
NEW QUESTION # 128
Which of the following directories on a 64 bit Linux system typically contain shared libraries? (Choose two.)
- A. /lib64/
- B. /usr/lib64/
- C. ~/.lib64/
- D. /var/lib64/
- E. /opt/lib64/
Answer: A,C
NEW QUESTION # 129
Which of the following commands displays the contents of a gzip compressed tar archive?
- A. gzip -d archive.tgz | tar tvf -
- B. tar -fzt archive.tgz
- C. tar cf archive.tgz
- D. gzip archive.tgz | tar xvf -
- E. tar ztf archive.tgz
Answer: E
NEW QUESTION # 130
Which of the following commands are valid in the GRUB 2 configuration file? (Choose two.) menuentry
- A. uefi
- B.
- C. kpartx
- D. pxe-ifconfig
- E. insmod
Answer: A,C
NEW QUESTION # 131
......
Free 101-500 Test Questions Real Practice Test Questions: https://www.examdumpsvce.com/101-500-valid-exam-dumps.html
101-500 Dumps Updated Oct 13, 2023 WIith 246 Questions: https://drive.google.com/open?id=1wJ89q_EFs_EJbkvI5seReZk9iqm4xv1d
