we provide Accurate CompTIA LX0-104 free exam questions which are the best for clearing LX0-104 test, and to get certified by CompTIA CompTIA Linux+ [Powered by LPI] - Exam 2. The LX0-104 Questions & Answers covers all the knowledge points of the real LX0-104 exam. Crack your CompTIA LX0-104 Exam with latest dumps, guaranteed!

Q51. - (Topic 5) 

On a regular users workstation the route command takes a long time before printing out the routing table. Which of the following errors does that indicate? 

A. The local routing information may be corrupted and must be re-validated using a routing protocol. 

B. One of the routers in the routing table is not available which causes the automatic router failure detection mechanism (ARF-D) to wait for a timeout. 

C. There may accidentally be more than one default router in which case a default router election has to be done on the network in order to choose one router as the default. 

D. DNS resolution may not be working as route by default tries to resolve names of routers and destinations and may run into a timeout. 

Answer:


Q52. CORRECT TEXT - (Topic 1) 

What word is missing from the following SQL statement? 

insert into tablename ________(909, 'text'); 

(Please specify the missing word using lower-case letters only.) 

Answer: VALUES, values 


Q53. CORRECT TEXT - (Topic 4) 

After adding a new email alias to the configuration, which command must be run in order to ensure the MTA knows about it? (Specify the command without any path but including all required parameters.) 

Answer: newaliases, sendmail -bi 


Q54. - (Topic 1) 

Which of the following files, when existing, affect the behavior of the Bash shell? (Choose TWO correct answers.) 

A. ~/.bashconf 

B. ~/.bashrc 

C. ~/.bashdefaults 

D. ~/.bash_etc 

E. ~/.bash_profile 

Answer: B,E 


Q55. - (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:


Q56. - (Topic 4) 

Which file inside the CUPS configuration directory contains the definition of the printers? 

A. cups-devices.conf 

B. snmp.conf 

C. printcap.conf 

D. printers.conf 

E. cupsd.conf 

Answer:


Q57. - (Topic 5) 

Which of the following tools used for DNS debugging, reports not only the response from the name server but also details about the query? 

A. dnsq 

B. dig 

C. hostname 

D. dnslookup 

E. zoneinfo 

Answer:


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


Q59. - (Topic 3) 

Which of the following fields can be found in the /etc/group file? (Choose THREE correct answers.) 

A. The list of users that belong to the group. 

B. The home directory of the group. 

C. The name of the group. 

D. The description of the group. 

E. The password of the group. 

Answer: A,C,E 


Q60. - (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: