Exambible 101-400 Questions are updated and all 101-400 answers are verified by experts. Once you have completely prepared with our 101-400 exam prep kits you will be ready for the real 101-400 exam without a problem. We have Update LPI 101-400 dumps study guide. PASSED 101-400 First attempt! Here What I Did.

Q1. - (Topic 3) 

Which of the following commands is used to change options and positional parameters for a running Bash? 

A. history 

B. set 

C. bashconf 

D. setsh 

E. envsetup 

Answer:


Q2. - (Topic 4) 

Which of the following Linux filesystems preallocates a fixed number of inodes at the filesystem's make/creation time and does NOT generate them as needed? (Choose TWO correct answers.) 

A. ext3 

B. JFS 

C. ext2 

D. XFS 

E. procfs 

Answer: A,C 


Q3. - (Topic 4) 

Creating a hard link to an ordinary file returns an error. What could be the reason for this? 

A. The source file is hidden. 

B. The source file is read-only. 

C. The source file is a shell script. 

D. The source file is already a hard link. 

E. The source and the target are on different filesystems. 

Answer:


Q4. - (Topic 4) 

Which of the following commands changes the number of days before the ext3 filesystem on /dev/sda1 has to run through a full filesystem check while booting? 

A. tune2fs -d 200 /dev/sda1 

B. tune2fs -c 200 /dev/sda1 

C. tune2fs -i 200 /dev/sda1 

D. tune2fs -n 200 /dev/sda1 

E. tune2fs --days 200 /dev/sda1 

Answer:


Q5. - (Topic 1) 

During a system boot cycle, what program is executed after the BIOS completes its tasks? 

A. The bootloader 

B. The inetd program 

C. The init program 

D. The kernel 

Answer:


Q6. CORRECT TEXT - (Topic 2) 

Which command will disable swapping on a device? (Specify ONLY the command without any path or parameters.) 

Answer: swapoff, /sbin/swapoff 


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


Q8. - (Topic 3) 

Which of the following characters can be combined with a separator string in order to read from the current input source until the separator string, which is on a separate line and without any trailing spaces, is reached? 

A. << 

B. <| 

C. !< 

D. &< 

Answer:


Q9. - (Topic 3) 

Which of the following commands kills the process with the PID 123 but allows the process to "clean up" before exiting? 

A. kill -PIPE 123 

B. kill -KILL 123 

C. kill -STOP 123 

D. kill -TERM 123 

Answer:


Q10. - (Topic 3) 

Which of the following are valid stream redirection operators within Bash? (Choose THREE correct answers.) 

A. < 

B. <<< 

C. > 

D. >>> 

E. %> 

Answer: A,B,C