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

Q33. Which command shows, amongst other information, the IP address of the current DNS server for a Linux system? 

A. cat /etc/net/dns.conf 

B. ifconfig -v dns 

C. show net dns 

D. cat /etc/resolv.conf 

E. cat /etc/net/nameserver.conf 

Answer:


Q34. How can the current directory and its subdirectories be searched for the file named MyFile.xml? 

A. find . -name MyFile.xml 

B. grep MyFile.xml | find 

C. grep -r MyFile.xml . 

D. less MyFile.xml 

E. search Myfile.xml ./ 

Answer:


Q35. Which command line can be used to search help files that mention the word "copy"? 

A. man -k copy 

B. whatis copy 

C. man copy 

D. copy help 

E. copy –help 

Answer:


Q36. Which of the following filesystems is most commonly used for Linux distributions? 

A. HFS+ 

B. ext4 

C. FAT32 

D. NTFS 

Answer:


Q37. Which statements are correct regarding distributions? (Choose two) 

A. Programs can be installed manually and without a packet manager. 

B. Only commercial distributions offer regular security updates. 

C. To start a new distribution a Linux International license is needed. 

D. Distributions restrict the user to its supported program packages. E. Program packages of one distribution can be adapted for another. 

Answer: A, E 


Q38. When creating a new file, what can be done to make the file hidden from the default output of the ls command? 

A. Hide the file with a name commented out with a hash sign like #foobar.txt. 

B. Hide the file with a name beginning with a period like .foobar.txt. 

C. Hide the file with chvis +h filename. 

D. Hide the file with chmod a+h filename. 

E. Hide the file with hide filename. 

Answer:


Q39. Which of the following applications are popular Open Source relational database systems? (Choose two) 

A. PostgreSQL 

B. NoSQL 

C. MySQL 

D. DB/2 

E. MongoDB 

Answer: A, C 


Q40. Given a directory with the following information: drwxrwxrwxt 12 tu tg 36864 2012-03-15 /home/directory/ Which of the following statements are true? (Choose two) A. Everybody can create files in the directory. 

B. Files in the directory are created with read, write and execute permissions for everyone. 

C. The directory is broken. 

D. Everybody can delete only his own files. 

E. The directory is a security risk. 

Answer: A, D