It has been proven of which workers which has a LPI certification usually are between most of the maximum paid out authorities inside the information technology community. With regard to marketing authorities, those who support a LPI certification have the potential in order to earn a normal earnings connected with $67,Thousand per year. It offers quite possibly ended up learned that several business employers can give a raise to a employee each and every time that person gets a certification that is definitely considered to be of worth for the business enterprise. Being a LPI certification is regarded as one of the most extensively respectable in addition to regarded names on the market for the variety of firms, a lot of these testimonials are sometimes well worth limited of which a few other accreditation will not bring to your own take-home pay. Its been noted of which earnings raises to get LPI credentialed personnel are at times up to 16% plus in the following financial state, exactly who wouldn?¡¥t like to have a chance to experience an excess deal connected with improve combined with the finish of their total take-home pay?

2021 Nov 010-150 exam question

Q21. You have a program called /usr/bin/foo. You wish to create a symbolic link, /home/user/foo, that points to it. Which command will do this task? 

A. ln -sym /home/user/foo /usr/bin/foo 

B. ln -s /usr/bin/foo /home/user/foo 

C. ln /home/user/foo /usr/bin/foo 

D. ln /usr/bin/foo /home/user/foo 

E. ln --symlink /home/user/foo /usr/bin/foo 

Answer:


Q22. Which command lists all files in the current directory that start with a capital letter? 

A. ls [A-Z]* 

B. ls A-Z 

C. ls A-Z* 

D. ls --uppercasefiles 

E. list-uppercase-files 

Answer:


Q23. Where is the BIOS located? 

A. RAM 

B. hard drive 

C. motherboard 

D. LCD monitor 

Answer:


Q24. Which criteria are useful when deciding which operating system to use? (Select THREE answers) 

A. License costs. 

B. Ideological preferences of the system administrator. 

C. Linux can do everything, there is no need for further evaluation. 

D. Availability of mandatory applications and tools. 

E. Skills of the administrators and staff. 

Answer: A, D, E 


Q25. 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:


Update 010-150 latest exam:

Q26. 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 


Q27. In order to rename the directory ~/bilder/letzter-urlaub to ~/bilder/sommer-2011, which command line could be used? 

A. mv ~/bilder/letzter-urlaub ~/bilder/sommer-2011 

B. move ~/bilder/letzter-urlaub ~/bilder/sommer-2011 

C. cp -m ~/bilder/letzter-urlaub ~/bilder/sommer-2011 

D. copy -m ~/bilde/letzter-urlaub ~/bilder/sommer-2011 

E. rename ~/bilder/letzter-urlaub ~/bilder/sommer-2011 

Answer:


Q28. What command line will create the user falco with home directory assigned to the group users as primary group? 

A. useradd -g users falco 

B. useradd -f users falco 

C. useradd -m -g users falco 

D. add user falco@users 

E. add -user falco -group users 

Answer:


Q29. Which files will affect the domain name resolution system on Linux? (Choose two) 

A. /etc/hostname 

B. /etc/nameserver 

C. /etc/hosts 

D. /etc/which 

E. /etc/resolv.conf 

Answer: C, E 


Q30. 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: