Refined of LX0-104 test question materials and software for CompTIA certification for examinee, Real Success Guaranteed with Updated LX0-104 pdf dumps vce Materials. 100% PASS CompTIA Linux+ [Powered by LPI] - Exam 2 exam Today!


♥♥ 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

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


Q32. CORRECT TEXT - (Topic 5) 

Which command is used to set the hostname of the local system? (Specify ONLY the command without any path or parameters.) 

Answer: hostname 


Q33. - (Topic 5) 

Which of the following details is NOT provided in any output from the netstat utility? 

A. broadcast services 

B. interface statistics 

C. masquerading connections 

D. network connections 

E. routing tables 

Answer:


Q34. - (Topic 1) 

After issuing: 

function myfunction { echo $1 $2 ; } 

in Bash, which output does: 

myfunction A B C 

Produce? 

A. A B 

B. A B C 

C. A C 

D. B C 

E. C B A 

Answer:


Q35. - (Topic 1) 

How can the existing environment variable FOOBAR be suppressed for the execution of the script./myscript only? 

A. unset -v FOOBAR;./myscript 

B. set -a FOOBAR="";./myscript 

C. env -u FOOBAR./myscript 

D. env -i FOOBAR./myscript 

Answer:


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


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


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


Q39. - (Topic 6) 

Which configuration file would be edited to change the default options for outbound SSH 

sessions? 

A. /etc/ssh/sshd_config 

B. /etc/ssh/ssh 

C. /etc/ssh/client 

D. /etc/ssh/ssh_config 

E. /etc/ssh/ssh_client 

Answer:


Q40. - (Topic 1) 

What output will the following command produce? 

seq 1 5 20 

A. 1 6 1 1 1 6 

B. 1 5 10 15 

C. 1 2 3 4 

D. 2 3 4 5 

E. 5 10 15 20 

Answer: