We provide real 010-150 exam questions and answers braindumps in two formats. Download PDF & Practice Tests. Pass LPI 010-150 Exam quickly & easily. The 010-150 PDF type is available for reading and printing. You can print more and practice many times. With the help of our LPI 010-150 dumps pdf and vce product and material, you can easily pass the 010-150 exam.

Q9. Which of the following properties of a user account determines whether the user is given administrator privileges? 

A. Its primary group ID is 0 (zero). 

B. It is listed first in /etc/passwd 

C. Its username is root. D. Its user ID is 0 (zero). 

E. Its GECOS (name) field is set to "System Administrator" 

Answer:


Q10. What is the output of the following command? for token in a b c; do echo -n ${token}; done 

A. anbncn 

B. abc 

C. $token$token$token 

D. {a}{b}{c} 

E. a b c 

Answer:


Q11. Which command will display the last line of the file foo.txt? 

A. head -n 1 foo.txt 

B. tail foo.txt 

C. last -n 1 foo.txt 

D. tail -n 1 foo.txt 

Answer:


Q12. Which approach will provide a listing of the contents in a tar archive? 

A. Use the tar command with -t. 

B. Use the grep command. 

C. Use the find command. 

D. Use the zless command. 

E. Use the zlist command. 

Answer:


Q13. Which of the following software packages is a mail server? 

A. Postfix 

B. Thunderbird 

C. Apache 

D. GIMP E. MySQL 

Answer:


Q14. Which command will delete the directory foo with all its content? 

A. rmdir -a foo 

B. rm -r foo 

C. rm -a foo 

D. rmdir foo 

Answer:


Q15. Which of the following commands increases the number of elements in a directory? 

(Choose two) 

A. touch newfile 

B. create newfile 

C. ls newfile 

D. rmdir newdirectory 

E. mkdir newdirectory 

Answer: A, E 


Q16. What does the exit status 0 indicate about a process? 

A. The process ended without any problems. 

B. The process was terminated by the user. C. The process couldn't finish correctly. 

D. The process waited for an input but got none. 

E. The process finished in time. 

Answer: