Lpi LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 - 101-350 Exam Practice Test

When given the following command line.
echo "foo bar" | tee bar | cat
Which of the following output is created?
Correct Answer: B
Which of the following commands can be used to search for the executable file foo when it has been placed in a directory not included in $PATH?
Correct Answer: D
What is the default action of the split command on an input file?
Correct Answer: D
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?
Correct Answer: E
You are experimenting with a binary in /tmp/foo.d that expects its configuration file at /etc/foo.conf. You don't want to save it there, but use a symbolic link to /tmp/foo.d/foo.conf instead. Which command would accomplish that?
Correct Answer: B
CORRECT TEXT
You have written a custom tool on your local system. Following the Filesystem Hierarchy Standard (FHS), where should you install the binaries to be available to all users on your system?
Correct Answer:
/usr/local/bin, /usr/local/bin/
Which of the following commands will print the amount of disk space used by files specified on the command line?
Correct Answer: C
Which of the following commands updates the linker cache of shared libraries?
Correct Answer: D
What of the following statements are true regarding /dev/ when using udev? (Choose TWO correct answers.)
Correct Answer: B,C
Which of the following Linux filesystems pre-allocates a fixed number of inodes at the filesystem's make/creation time, and does NOT generate them as needed?
Correct Answer: C
Which of the following commands will print the first few lines of a text file to the shell?
Correct Answer: B
Which of the following statements is a TRUE difference between GRUB Legacy and GRUB 2?
Correct Answer: C
0
0
0
0