Many This aspirants are eager to obtain the LPI LPI certification. Its a threshold in direction of a well-paid career. If you keep a LPI certification, you will hold your advantage over additional candidates in the career market. Nonetheless, passing the LPI 010-150 exam is never the easy career without any help. Having advantage of your LPI LPI exam questions and answers which in turn reflect the actual exam at Actualtests, you will be ready for the LPI real test. Its a quicker and simpler approach for you to prepare to the LPI 010-150 exam by getting the Actualtestss training course. All of us guarantee your own success from first attempt.

2021 Nov 010-150 braindumps

Q31. What is the command to change the password of a user? 

A. wpasswd 

B. gpasswd 

C. epasswd 

D. passwd 

E. password 

Answer:


Q32. Which of the following is an example of globbing? 

A. ls /etc/ 2> files.txt 

B. ls /etc/ > files.txt 

C. ls /etc/*.txt 

D. ls /etc/ | more 

Answer:


Q33. What is the output of the following command sequence? for token in a b c; do echo -n "$token "; done 

A. anbncn 

B. a b c 

C. "a " "b " "c " 

D. token token token 

E. abc 

Answer:


Q34. While deleting all files beginning with the letter a there was still the file Access.txt left. Assuming that it had the correct ownership, why was it not deleted? 

A. Files with extensions need a different treatment. 

B. rm had to be called with the option -R to delete all files. 

C. The file Access.txt was probably opened by another application. 

D. The file Access.txt was hidden. 

E. Linux file names are case sensitive. 

Answer:


Q35. Which of the following is a requirement of the GPL license but not the BSD license? 

A. Users who modify and distribute the software under the GPL license, must make the modifications they made, available to the recipients under the same license. 

B. The GPL license forbids the removal of copyright and license notices from source code files that are distributed. 

C. The GPL license contains a disclaimer of warranty requiring users not to hold the software authors liable for any damages. 

D. The GPL license requires that any legal disputes be settled with the mediation of the Free Software Foundation. 

Answer:


Up to date 010-150 practice exam:

Q36. Which of the following commands will set the variable text to olaf is home? (Choose two) 

A. text=olaf\ is\ home 

B. text=$olaf is home 

C. $text='olaf is home' 

D. text=='olaf is home' 

E. text="olaf is home" 

Answer: A, E 


Q37. How can the normal output of a command be written to a file while discarding the error output? 

A. command >2>file 1&>/dev/null 

B. command < output > /dev/null 

C. command > discard-error > file 

D. command > /dev/null 2&>1 output 

E. command >file 2>/dev/null 

Answer:


Q38. Which command will display running process information in real time? 

A. top 

B. show current 

C. ps current 

D. process 

Answer:


Q39. When a new user is added, where does his user ID gets stored? 

A. /etc/users 

B. /etc/realm 

C. /etc/pass 

D. /etc/shpasswd 

E. /etc/passwd 

Answer:


Q40. In which directory are system log files kept? 

A. /log/syslog/ 

B. /var/log/ 

C. /sys/log/ 

D. /var/log/sys/ 

Answer: