Our pass rate is high to 98.9% and the similarity percentage between our 101-400 study guide and real exam is 90% based on our seven-year educating experience. Do you want achievements in the LPI 101-400 exam in just one try? I am currently studying for the LPI 101-400 exam. Latest LPI 101-400 Test exam practice questions and answers, Try LPI 101-400 Brain Dumps First.


♥♥ 2021 NEW RECOMMEND ♥♥

Free VCE & PDF File for LPI 101-400 Real Exam (Full Version!)

★ 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: http://www.surepassexam.com/101-400-exam-dumps.html

Q51. - (Topic 2) 

Which file should be edited to select the network locations from which Debian installation package files are loaded? 

A. /etc/dpkg/dpkg.cfg 

B. /etc/apt/apt.conf 

C. /etc/apt/apt.conf.d 

D. /etc/apt/sources.list 

E. /etc/dpkg/dselect.cfg 

Answer:


Q52. - (Topic 4) 

In order to display all currently mounted filesystems, which of the following commands could be used? (Choose TWO correct answers.) 

A. cat /proc/self/mounts 

B. free 

C. mount 

D. lsmounts 

E. cat /proc/filesystems 

Answer: A,C 


Q53. - (Topic 2) 

Which of the following commands updates the linker cache of shared libraries? 

A. mkcache 

B. soconfig 

C. mkldconfig 

D. lddconfig 

E. ldconfig 

Answer:


Q54. - (Topic 3) 

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 

Answer:


Q55. - (Topic 1) 

Which of the following statements is correct when talking about /proc/? 

A. All changes to files in /proc/ are stored in /etc/proc.d/ and restored on reboot. 

B. All files within /proc/ are read-only and their contents cannot be changed. 

C. All changes to files in /proc/ are immediately recognized by the kernel. 

D. All files within /proc/ are only readable by the root user. 

Answer:


Q56. - (Topic 1) 

Which of the following kernel parameters instructs the kernel to suppress most boot messages? 

A. silent 

B. verbose=0 

C. nomesg 

D. quiet 

Answer:


Q57. - (Topic 3) 

Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file? 

A. fmt -f 1,4 /etc/passwd 

B. split -c 1,4 /etc/passwd 

C. cut -d : -f 1,4 /etc/passwd 

D. paste -f 1,4 /etc/passwd 

Answer:


Q58. CORRECT TEXT - (Topic 2) 

Which option to the yum command will update the entire system? (Specify ONLY the option name without any additional parameters.) 

Answer: update, upgrade 


Q59. - (Topic 3) 

Immediately after deleting 3 lines of text in vi and moving the cursor to a different line, which single character command will insert the deleted content below the current line? 

A. i (lowercase) 

B. P (uppercase) 

C. p (lowercase) 

D. U (uppercase) 

E. u (lowercase) 

Answer:


Q60. - (Topic 3) 

A user accidentally created the subdirectory dir in his home directory. Which of the following commands will remove that directory? 

A. rmdir '~/dir' 

B. rmdir "~/dir" 

C. rmdir ~/'dir' 

D. rmdir ~/dir 

E. rmdir ~/\dir 

Answer: