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


♥♥ 2021 NEW RECOMMEND ♥♥

Free VCE & PDF File for CompTIA LX0-104 Real Exam (Full Version!)

★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions

Free Instant Download NEW LX0-104 Exam Dumps (PDF & VCE):
Available on: http://www.surepassexam.com/LX0-104-exam-dumps.html

Q11. - (Topic 6) 

What is a purpose of an SSH host key? 

A. It must be sent by any SSH client in addition to a user key in order to identify the client's host. 

B. It provides the server's identity information to connecting SSH clients. 

C. It is the root key by which all user SSH keys must be signed. 

D. It authenticates any user that logs into a remote machine from the key's host. 

E. It is used by system services like cron, syslog or a backup job to automatically connect to remote hosts. 

Answer:


Q12. - (Topic 4) 

Which of the following commands is used to rotate, compress, and mail system logs? 

A. rotatelog 

B. striplog 

C. syslogd --rotate 

D. logrotate 

E. logger 

Answer:


Q13. - (Topic 6) 

Which of the following commands preloads and manages keys that are used for automatic authentication while logging in to other machines using SSH? 

A. sshd 

B. ssh-agent 

C. ssh-keygen 

D. ssh-add 

Answer:


Q14. - (Topic 1) 

When the command echo $ outputs 1, which of the following statements is true? 

A. It is the process ID of the echo command. 

B. It is the process ID of the current shell. 

C. It is the exit value of the command executed immediately before echo. 

D. It is the exit value of the echo command. 

Answer:


Q15. CORRECT TEXT - (Topic 4) 

Which command, available with all MTAs, is used to list the contents of the MTA's mail queue? (Specify ONLY the command without any path or parameters.) 

Answer: mailq, /usr/bin/mailq, sendmail -bp, /usr/sbin/sendmail -bp, /usr/lib/sendmail -bp, sendmail, /usr/sbin/sendmail, /usr/lib/sendmail 


Q16. - (Topic 1) 

Which of the following words is used to restrict the records that are returned from a SELECT SQL query based on a supplied criteria for the values in the records? 

A. CASE 

B. FROM 

C. WHERE 

D. IF 

Answer:


Q17. CORRECT TEXT - (Topic 4) 

Which option in the /etc/ntp.conf file specifies an external NTP source to be queried for time information? (Specify ONLY the option without any values or parameters.) 

Answer: server 


Q18. - (Topic 3) 

Which of the following crontab entries will execute myscript at 30 minutes past every hour on Sundays? 

A. 0 * * * 30 myscript 

B. 30 * * * 6 myscript 

C. 30 0 * * 0 myscript 

D. 30 0-23 * * 0 myscript 

E. 0 0-23 * * 30 myscript 

Answer:


Q19. - (Topic 5) 

Which of the following statements is valid in the file /etc/nsswitch.conf? 

A. multi on 

B. 192.168.168.4 dns-server 

C. hosts: files dns 

D. include /etc/nsswitch.d/ 

Answer:


Q20. CORRECT TEXT - (Topic 1) 

By default, the contents of which directory will be copied to a new user's home directory when the account is created by passing the -m option to the useradd command? (Specify the full path to the directory.) 

Answer: /etc/skel