★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions

Free Instant Download NEW 101-400 Exam Dumps (PDF & VCE):
Available on: https://www.certleader.com/101-400-dumps.html


Exambible offers free demo for 101-400 exam. "LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2", also known as 101-400 exam, is a LPI Certification. This set of posts, Passing the LPI 101-400 exam, will help you answer those questions. The 101-400 Questions & Answers covers all the knowledge points of the real exam. 100% real LPI 101-400 exams and revised by experts!

Q31. CORRECT TEXT - (Topic 2) 

Which Debian package management tool asks the configuration questions for a specific already installed package just as if the package were being installed for the first time? (Specify ONLY the command without any path or parameters.) 

Answer: dpkg-reconfigure 


Q32. - (Topic 3) 

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? 

A. By using the command :repeat followed by the number and the command. 

B. By specifying the number right in front of a command such as 4l or 2yj. 

C. By selecting all affected lines using the shift and cursor keys before applying the command. 

D. By issuing a command such as :set repetition=4 which repeats every subsequent command 4 times. 

Answer:


Q33. - (Topic 3) 

When given the following command line. 

echo "foo bar" | tee bar | cat 

Which of the following output is created? 

A. cat 

B. foo bar 

C. tee bar 

D. bar 

E. foo 

Answer:


Q34. CORRECT TEXT - (Topic 2) 

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.) 

Answer: /tmp, tmp, /var/tmp, /tmp/, /var/tmp/ 


Q35. - (Topic 4) 

Which of the following settings for umask ensures that new files have the default permissions -rw-r----- ? 

A. 0017 

B. 0640 

C. 0038 

D. 0027 

Answer:


Q36. - (Topic 3) 

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.) 

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 –print 

Answer: C,D 


Q37. - (Topic 3) 

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" 

Answer:


Q38. - (Topic 4) 

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.) 

A. By creating an ACL redirection from the old to the new path of the data. 

B. By creating a hard link from the old to the new path of the data. 

C. By creating a symbolic link from the old to the new path of the data. 

D. By running the command touch on the old path. 

E. By mounting the new filesystem on the original path of the data. 

Answer: C,E 


Q39. CORRECT TEXT - (Topic 2) 

What is the name of the main configuration file for GNU GRUB? (Specify the file name only without any path.) 

Answer: menu.lst, grub.conf, grub.cfg 


Q40. - (Topic 2) 

After modifying GNU GRUB's configuration file, which command must be run for the changes to take effect? 

A. kill -HUP $(pidof grub) 

B. grub-install 

C. grub 

D. No action is required 

Answer: