Cause all that matters here is passing the CompTIA LX0-104 exam. Cause all that you need is a high score of LX0-104 CompTIA Linux+ [Powered by LPI] - Exam 2 exam. The only one thing you need to do is downloading Testking LX0-104 exam study guides now. We will not let you down with our money-back guarantee.

Q21. - (Topic 2) 

The X11 configuration file xorg.conf is grouped into sections. How is the content of the section SectionName associated with that section? 

A. It is placed in curly brackets as in Section SectionName { ... }. 

B. It is placed between a line containing Section "SectionName" and a line containing EndSection. 

C. It is placed between the tags <Section name="SectionName"> and </Section> 

D. It is placed after the row [SectionName]. 

E. It is placed after an initial unindented Section "SectionName" and must be indented by exactly one tab character. 

Answer:


Q22. - (Topic 3) 

Each entry in a crontab must end with what character? 

A. Tab 

B. Space 

C. Backslash 

D. Newline 

Answer:


Q23. CORRECT TEXT - (Topic 6) 

What argument to the -type option of find will match files that are symbolic links? (Specify only the argument and no other options or words.) 

Answer:


Q24. - (Topic 2) 

For accessibility assistance, which of the following programs is an on-screen keyboard? 

A. xkb 

B. atkb 

C. GOK 

D. xOSK 

Answer:


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


Q26. CORRECT TEXT - (Topic 1) 

What word is missing from the following SQL statement? 

__________ count(*) from tablename; 

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

Answer: select 


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


Q28. - (Topic 3) 

Which commands can be used to change a user's account aging information? (Choose THREE correct answers.) 

A. usermod 

B. passwd 

C. chattr 

D. chage 

E. chsh 

Answer: A,B,D 


Q29. - (Topic 1) 

What is the purpose of the file /etc/profile? 

A. It contains the welcome message that is displayed after login. 

B. It contains security profiles defining which users are allowed to log in. 

C. It contains environment variables that are set when a user logs in. 

D. It contains default application profiles for users that run an application for the first time. 

Answer:


Q30. - (Topic 1) 

Which of the following commands puts the output of the command date into the shell variable mydate? 

A. mydate="$(date)" 

B. mydate="exec date" 

C. mydate="$((date))" 

D. mydate="date" 

E. mydate="${date}" 

Answer: