Our pass rate is high to 98.9% and the similarity percentage between our LX0-104 study guide and real exam is 90% based on our seven-year educating experience. Do you want achievements in the CompTIA LX0-104 exam in just one try? I am currently studying for the CompTIA LX0-104 exam. Latest CompTIA LX0-104 Test exam practice questions and answers, Try CompTIA LX0-104 Brain Dumps First.

Q61. - (Topic 4) 

Why is the correct configuration of a system's time zone important? 

A. Because the conversion of Unix timestamps to local time relies on the time zone configuration. 

B. Because the time zone is saved as part of the modification times of files and cannot be changed after a file is created. 

C. Because the environment variables LANG and LC_MESSAGES are, by default, set according to the time zone. 

D. Because NTP chooses servers nearby based on the configured time zone. 

Answer:


Q62. - (Topic 5) 

Which of the following may occur as a consequence of using the command ifconfig? (Choose THREE correct answers.) 

A. New name servers may be added to the resolver configuration. 

B. Network interfaces may become active or inactive. 

C. The routing table may change. 

D. IP addresses may change. 

E. The system's host name may change. 

Answer: B,C,D 


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


Q64. CORRECT TEXT - (Topic 3) 

Which environment variable should be set in order to change the time zone for the commands run from within the environment variable's scope? (Specify the variable name only.) 

Answer: TZ 


Q65. CORRECT TEXT - (Topic 5) 

Which parameter must be passed to ifconfig to activate a previously inactive network interface? (Specify the parameter only without any command, path or additional options) 

Answer: up 

96. - (Topic 5) 

What is the command to delete the default gateway from the system IP routing table? (Choose TWO correct answers.) 

A. route del default 

B. ifconfig unset default 

C. netstat -r default 

D. ip route del default 

E. sysctl ipv4.default_gw=0 

Answer: A,D 


Q66. - (Topic 3) 

To prevent a specific user from scheduling tasks with at, what should the administrator do? 

A. Add the specific user to /etc/at.allow file. 

B. Add the specific user to [deny] section in the /etc/atd.conf file. 

C. Add the specific user to /etc/at.deny file. 

D. Add the specific user to nojobs group. 

E. Run the following: atd --deny [user]. 

Answer:


Q67. - (Topic 4) 

Which of the following are syslog facilities? (Choose TWO correct answers.) 

A. local7 

B. mail 

C. advanced 

D. postmaster 

E. remote 

Answer: A,B 


Q68. - (Topic 4) 

Which of the following is observed and corrected by a NTP client? 

A. The skew in time between the system clock and the hardware clock. 

B. The skew in time between the system clock and the reference clock. 

C. Changes in the time zone of the current computer's location. 

D. Adjustments needed to support Daylight Saving Time. 

Answer:


Q69. - (Topic 2) 

Which of the following commands shows the current color depth of the X Server? 

A. xcd 

B. xcdepth 

C. xwininfo 

D. xcolordepth 

E. cat /etc/X11 

Answer:


Q70. - (Topic 6) 

Which of the following commands connects to the remote host example.com which has OpenSSH listening on TCP port 2222? (Choose TWO correct answers.) 

A. ssh --port 2222 example.com 

B. ssh -p 2222 example.com 

C. ssh -o Port=2222 example.com 

D. ssh -o GatewayPort=2222 example.com 

E. ssh example.com:2222 

Answer: B,C