101-500 LPIC-1 Exam 101, Part 1 of 2, version 5.0 Free Practice Exam Questions (2025 Updated)
Prepare effectively for your LPI 101-500 LPIC-1 Exam 101, Part 1 of 2, version 5.0 certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.
When given the following command line.
echo "foo bar" | tee bar | cat
Which of the following output is created?
Which signal is missing from the following command that is commonly used to instruct a daemon to reinitialize itself, including reading configuration files?
killall -s _______ daemon
HUP
SIGHUP
1
Which of the following statements is correct regarding the command foo 1> bar?
What happens after issuing the command vi without any additional parameters?
You are trying to make a hard link to an ordinary file but ln returns an error. Which of the following could cause this?
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 correct answers.)
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?
In compliance with the FHS, in which of the directories are man pages found?
Which of the following shell redirections will write standard output and standard error output to a file named filename?
Which of the following files, located in the user home directory, is used to store the Bash history?
Which of the following are valid stream redirection operators within Bash? (Choose THREE correct answers.)
Which of the following commands will send output from the program myapp to both standard output (stdout) and the file file1.log?
Which of the following command sets the Bash variable named TEST with the content FOO?
Which of the following options for the kernel's command line changes the systemd boot target to rescue.target instead of the default target?
Which command will display messages from the kernel that were output during the normal boot sequence?
The message "Hard Disk Error" is displayed on the screen during Stage 1 of the GRUB boot process. What does this indicate?
Which SysV init configuration file should be modified to disable the ctrl-alt-delete key combination?
Which of the following information is stored within the BIOS? (Choose TWO correct answers.)
Which of the following statements is correct when talking about /proc/?
Which of the following commands will delete the default gateway from the system's IP routing table? (Choose TWO correct answers)
ifconfig unset default