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 10,2025.
- Exam Code: 101-500
- Exam Name: LPI Linux Administrator - 101 (LPIC-1 101)
- Certification Provider: Lpi
- Latest update: Jul 10,2025
Which of the following commands determines the type of a file by using a definition database file which contains information about all common file types?
- A . magic
- B . type
- C . file
- D . pmagic
- E . hash
Which of the following commands prints all files and directories within the /tmp directory or its subdirectories which are also owned by the user root? (Choose TWO Answer s.)
- A . find /tmp -uid root -print
- B . find -path /tmp -uid root
- C . find /tmp -user root -print
- D . find /tmp -user root
- E . find -path /tmp -user root Cprint
CORRECT TEXT
Which command is used in a Linux environment to create a new directory? (Specify ONLY the command without any path or parameters.)
In the vi editor, which of the following commands will copy the current line into the vi buffer?
- A . c
- B . cc
- C . 1c
- D . yy
- E . 1y
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?
- A . :r
- B . :n
- C . :w
- D . :e
What command will generate a list of user names from /etc/passwd along with their login shell?
- A . column -s : 1,7 /etc/passwd
- B . chop -c 1,7 /etc/passwd
- C . colrm 1,7 /etc/passwd
- D . cut -d: -f1,7 /etc/passwd
Which of the following commands moves and resumes in the background the last stopped shell job?
- A . run
- B . bg
- C . fg
- D . back
Which of the following commands is used to change options and positional parameters for
a running Bash?
- A . history
- B . set
- C . bashconf
- D . setsh
- E . envsetup
What is the output of the following command?
echo "Hello World" | tr -d aieou
- A . Hello World
- B . eoo
- C . Hll Wrld
- D . eoo Hll Wrld
Which of the following command sets the Bash variable named TEST with the content FOO?
- A . set TEST="FOO"
- B . TEST = "FOO"
- C . var TEST="FOO"
- D . TEST="FOO"
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