Master the 101-400 LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2 content and be ready for exam day success quickly with this Pass4sure 101-400 pdf exam. We guarantee it!We make it a reality and give you real 101-400 questions in our LPI 101-400 braindumps.Latest 100% VALID LPI 101-400 Exam Questions Dumps at below page. You can use our LPI 101-400 braindumps and pass your exam.

Q33. - (Topic 3) 

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 

Answer:


Q34. - (Topic 1) 

What information can the lspci command display about the system hardware? (Choose THREE correct answers.) 

A. Device IRQ settings 

B. PCI bus speed 

C. System battery type 

D. Device vendor identification 

E. Ethernet MAC address 

Answer: A,B,D 


Q35. - (Topic 1) 

Which of the following information is stored within the BIOS? (Choose TWO correct answers.) 

A. Boot device order 

B. Linux kernel version 

C. Timezone 

D. Hardware configuration 

E. The system's hostname 

Answer: A,D 


Q36. - (Topic 3) 

What does the ? symbol within regular expressions represent? 

A. Match the preceding qualifier one or more times. 

B. Match the preceding qualifier zero or more times. 

C. Match the preceding qualifier zero or one times. 

D. Match a literal ? character. 

Answer:


Q37. - (Topic 1) 

Which of the following are init systems used within Linux systems? (Choose THREE correct answers.) 

A. startd 

B. systemd 

C. Upstart 

D. SysInit 

E. SysV init 

Answer: B,C,E 


Q38. - (Topic 3) 

Which of the following commands will NOT update the modify timestamp on the file /tmp/myfile.txt? 

A. file /tmp/myfile.txt 

B. echo "Hello" >/tmp/myfile.txt 

C. sed -ie "s/1/2/" /tmp/myfile.txt 

D. echo -n "Hello" >>/tmp/myfile.txt 

E. touch /tmp/myfile.txt 

Answer:


Q39. - (Topic 4) 

Which of the following commands can be used to locate programs and their corresponding man pages and configuration files? 

A. dirname 

B. which 

C. basename 

D. query 

E. whereis 

Answer:


Q40. - (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: