Lpi 101-500 LPI Linux Administrator – 101 (LPIC-1 101) Online Training
Lpi 101-500 Online Training
The questions for 101-500 were last updated at Jul 12,2025.
- Exam Code: 101-500
- Exam Name: LPI Linux Administrator - 101 (LPIC-1 101)
- Certification Provider: Lpi
- Latest update: Jul 12,2025
Which of the following commands can be used to download the RPM package kernel without installing it?
- A . yum download –no-install kernel
- B . yumdownloader kernel
- C . rpm –download –package kernel
- D . rpmdownload kernel
Which function key is used to start Safe Mode in Windows NT?
- A . F10
- B . F8
- C . F6
- D . Windows NT does not support Safe Mode
CORRECT TEXT
The dpkg-____ command will ask configuration questions for a specified package, just as if the package were being installed for the first time.
What can the Logical Volume Manager (LVM) be used for? (Choose THREE Answer s.)
- A . To create RAID 9 arrays.
- B . To dynamically change the size of logical volumes.
- C . To encrypt logical volumes.
- D . To create snapshots.
- E . To dynamically create or delete logical volumes.
Topic 3, GNU and Unix Commands
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 . &<
Which of the following commands kills the process with the PID 123 but allows the process to "clean up" before exiting?
- A . kill -PIPE 123
- B . kill -KILL 123
- C . kill -STOP 123
- D . kill -TERM 123
What is the default nice level when a process is started using the nice command?
- A . -10
- B . 0
- C . 10
- D . 15
- E . 20
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 . 9
- B . 19
- C . 49
- D . 99
You are trying to make a hard link to an ordinary file but ln returns an error.
Which of the following could cause this?
- A . The source file is hidden.
- B . The source file is read-only.
- C . The source file is a shell script.
- D . You do not own the source file.
- E . The source and the target are on different filesystems.
Which of the following commands can be used to create a USB storage media from a disk image?
- A . gdisk
- B . dd
- C . cc
- D . fdisk
- E . mount
Error in this question:Which of the following apt-get commands will install the newest versions of all currently installed packages without removing any packages or installing new packages that are not already installed?
The correct answer is B. upgrade, not C. dist-upgrade.
Error
in this question :
What is the first program that is usually started, at boot time, by the Linux kernel when using SysV init?
Hide Solution
Correct Answer: C
Are you sure this is the correct annswer?
i think it is B
When a Linux system using SysV init boots up, the kernel loads and then executes the program located at /sbin/init, so the correct answer is B. /sbin/init