06 December, 2023
What Practical 101-500 Exam Price Is
Examcollection offers free demo for 101-500 exam. "LPIC-1 Exam 101 - Part 1 of 2 - version 5.0", also known as 101-500 exam, is a LPI Certification. This set of posts, Passing the LPI 101-500 exam, will help you answer those questions. The 101-500 Questions & Answers covers all the knowledge points of the real exam. 100% real LPI 101-500 exams and revised by experts!
Check 101-500 free dumps before getting the full version:
Question 1
- (Exam Topic 3)
While editing a file in vi, the file changes due to another process. Without exiting vi, how can the file be reopened for editing with the new content?
While editing a file in vi, the file changes due to another process. Without exiting vi, how can the file be reopened for editing with the new content?
Question 2
- (Exam Topic 4)
Which of the following Linux filesystems preallocates a fixed number of inodes at the filesystem's make/creation time and does NOT generate them as needed? (Choose TWO correct answers.)
Which of the following Linux filesystems preallocates a fixed number of inodes at the filesystem's make/creation time and does NOT generate them as needed? (Choose TWO correct answers.)
Question 3
- (Exam Topic 3)
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?
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?
Question 4
- (Exam Topic 5)
Which of the following is true when a file system, which is neither listed in /etc/fstab nor known to system, is mounted manually?
Which of the following is true when a file system, which is neither listed in /etc/fstab nor known to system, is mounted manually?
Question 5
- (Exam Topic 3)
Immediately after deleting 3 lines of text in vi and moving the cursor to a different line, which single character command will insert the deleted content below the current line?
Immediately after deleting 3 lines of text in vi and moving the cursor to a different line, which single character command will insert the deleted content below the current line?
Question 6
- (Exam Topic 2)
When removing a package, which of the following dpkg options will completely remove the files including configuration files?
When removing a package, which of the following dpkg options will completely remove the files including configuration files?
Question 7
- (Exam Topic 5)
Which of the following files, located in a user’s home directory, contains the Bash history?
Which of the following files, located in a user’s home directory, contains the Bash history?
Question 8
- (Exam Topic 4)
Which of the following commands are common Linux commands for file management? (Choose three correct answers.)
Which of the following commands are common Linux commands for file management? (Choose three correct answers.)
Question 9
- (Exam Topic 4)
After moving data to a new filesystem, how can the former path of the data be kept intact in order to avoid reconfiguration of existing applications? (Choose TWO correct answers.)
After moving data to a new filesystem, how can the former path of the data be kept intact in order to avoid reconfiguration of existing applications? (Choose TWO correct answers.)
Question 10
- (Exam Topic 3)
Which of the following explanations are valid reasons to run a command in the background of your shell?
Which of the following explanations are valid reasons to run a command in the background of your shell?
Question 11
- (Exam Topic 4)
Which file from the /proc file system contains a list of all currently mounted devices? (Specify ONLY the command without any path or parameters.)
Solution:
mounts
Does this meet the goal?
Which file from the /proc file system contains a list of all currently mounted devices? (Specify ONLY the command without any path or parameters.)
Solution:
mounts
Does this meet the goal?
Question 12
- (Exam Topic 3)
Which of the following shell redirections will write standard output and standard error output to a file named filename?
Which of the following shell redirections will write standard output and standard error output to a file named filename?
Question 13
- (Exam Topic 1)
The message "Hard Disk Error" is displayed on the screen during Stage 1 of the GRUB boot process. What does this indicate?
The message "Hard Disk Error" is displayed on the screen during Stage 1 of the GRUB boot process. What does this indicate?
Question 14
- (Exam Topic 3)
Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file?
Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file?
Question 15
- (Exam Topic 4)
Which of the following are filesystems which can be used on Linux root partitions? (Choose two.)
Which of the following are filesystems which can be used on Linux root partitions? (Choose two.)
Question 16
- (Exam Topic 4)
How is a symbolic link called bar.conf pointing to foo.conf created?
How is a symbolic link called bar.conf pointing to foo.conf created?
Question 17
- (Exam Topic 4)
Which of the following file permissions belong to a symbolic link?
Which of the following file permissions belong to a symbolic link?
Question 18
- (Exam Topic 2)
Which of the following is correct when talking about mount points?
Which of the following is correct when talking about mount points?
Question 19
- (Exam Topic 5)
Which command displays the current disk space usage for all mounted file systems? (Specify ONLY the command without any path or parameters.)
Solution:
du
Does this meet the goal?
Which command displays the current disk space usage for all mounted file systems? (Specify ONLY the command without any path or parameters.)
Solution:
du
Does this meet the goal?
Question 20
- (Exam Topic 3)
Which of the following signals is sent to a process when the key combination CTRL+C is pressed on the keyboard?
Which of the following signals is sent to a process when the key combination CTRL+C is pressed on the keyboard?
Question 21
- (Exam Topic 4)
What is the purpose of the xargs command?
What is the purpose of the xargs command?
Question 22
- (Exam Topic 4)
Which command shows all shared libraries required by a binary executable or another shared library? (Specify ONLY the command without any path or parameters.)
Solution:
ldd
Does this meet the goal?
Which command shows all shared libraries required by a binary executable or another shared library? (Specify ONLY the command without any path or parameters.)
Solution:
ldd
Does this meet the goal?
Question 23
- (Exam Topic 2)
After modifying GNU GRUB's configuration file, which command must be run for the changes to take effect?
After modifying GNU GRUB's configuration file, which command must be run for the changes to take effect?
Question 24
- (Exam Topic 1)
Which of the following kernel parameters instructs the kernel to suppress most boot messages?
Which of the following kernel parameters instructs the kernel to suppress most boot messages?
Question 25
- (Exam Topic 3)
Which signal is missing from the following command that is commonly used to instruct a daemon to reinitialize itself, including reading configuration files?
Solution:
killall -s ______ daemon
HUP, SIGHUP, 1
Does this meet the goal?
Which signal is missing from the following command that is commonly used to instruct a daemon to reinitialize itself, including reading configuration files?
Solution:
killall -s ______ daemon
HUP, SIGHUP, 1
Does this meet the goal?