Free 101-500 Questions for Lpi LPIC-1 Exam 101, Part 1 of 2, version 5.0 101-500 Exam as PDF & Practice Test Engine

  • Exam Code/Number: 101-500
  • Exam Name/Title: LPIC-1 Exam 101, Part 1 of 2, version 5.0
  • Certification Provider: Lpi
  • Corresponding Certification: LPIC Level1
  • Exam Questions: 299
  • Updated On: Jul 06, 2026
Which of the following files exist in a standard GRUB 2 installation? (Choose two.)
Correct Answer: A,B Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Which file contains the date of the last change of a user's password?
Correct Answer: C Vote an answer
Which of the following commands is used to modify quota settings? (Choose two.)
Correct Answer: B,D Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
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.)
Correct Answer: C,D Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Which of the following commands will change the quota for a specific user?
Correct Answer: B Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Which of the following sequences in the vi editor saves the opened document and exits the editor? (Choose TWO correct answers.)
Correct Answer: A,D Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
What is true regarding public and pnvate SSH keys? (Choose TWO correct answers.)
Correct Answer: B,E Vote an answer
What is the purpose of the Filesystem Hierarchy Standard?
Correct Answer: C Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Which of the following commands prints a list of available package updates when using RPM-based package management?
Correct Answer: E Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Which world-writable directory should be placed on a separate partition in order to prevent users from being able to fill up the / filesystem? (Specify the full path to the directory.)
Correct Answer: D Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
What happens after issuing the command vi without any additional parameters?
Correct Answer: C Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
The dpkg-____ command will ask configuration questions for a specified package, just as if the package were being installed for the first time.
Correct Answer:
dpkg-reconfigure
Explanation:
The dpkg-reconfigure command is used to reconfigure an already installed package. It asks configuration questions for the package, just as if the package were being installed for the first time. This can be useful if the user wants to change some settings or options for the package without reinstalling it. The dpkg- reconfigure command can also be used to fix a broken package configuration or to restore the default settings.
References:
* dpkg-reconfigure(8) - Linux man page
* Linux Professional Institute: Exam 101 Objectives
In the vi editor, how can commands such as moving the cursor or copying lines into the buffer be issued multiple times or applied to multiple rows?
Correct Answer: D Vote an answer
Explanation: Only visible for ExamDiscuss members. You can sign-up / login (it's free).
Which umask value will result in the default access permissions of 600 (rw-------) for files and 700 (rwx------) for directories? (Specify only the numerical umask value.)
Correct Answer:
0077, 077
Explanation:
The umask value that will result in the default access permissions of 600 (rw-------) for files and 700 (rwx------ ) for directories is 077. This is because the umask value is an octal number that represents the permissions that are not given to the files or directories. To calculate the umask value, we need to subtract the desired permissions from the maximum permissions, which are 666 for files and 777 for directories. For example, if we want the files to have the permissions 600 (rw-------), which means read and write for the owner and no permissions for the group and others, we need to subtract 600 from 666, which gives us 066. Similarly, if we want the directories to have the permissions 700 (rwx------), which means read, write, and execute for the owner and no permissions for the group and others, we need to subtract 700 from 777, which gives us 077.
The umask value is the minimum of these two values, which is 077. The first digit of the umask value is for the special permissions, such as setuid, setgid, and sticky bit, and it is usually set to 0. Therefore, the final umask value is 077. For more information on how to use the umask command, you can refer to the following articles:
* What Is umask in Linux, and How Do You Use It? - How-To Geek
* Umask command in Linux with examples - GeeksforGeeks
* What is UMASK and how to set UMASK in Linux/Unix?
* How to Set and Update the Default Umask Value - phoenixNAP
0
0
0
10