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 Actualtests LX0-104 exam study guides now. We will not let you down with our money-back guarantee.
Q1. - (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: B
Q2. - (Topic 4)
Which of the following is a legacy program provided by CUPS for sending files to the printer queues on the command line?
A. lpd
B. lpp
C. lpq
D. lpr
Answer: D
Q3. - (Topic 3)
Which of the following steps prevents a user from obtaining an interactive login session?
A. Run the command chsh -s /bin/false with the user name.
B. Set the UID for the user to 0.
C. Remove the user from the group staff.
D. Add the user to /etc/noaccess.
E. Create a .nologin file in the user's home directory.
Answer: A
Q4. - (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: B
Q5. - (Topic 6)
Which of the following find commands will print out a list of files owned by root and with the SUID bit set in /usr?
A. find /usr -uid 0 -perm +4000
B. find -user root +mode +s /usr
C. find -type suid -username root -d /usr
D. find /usr -ls \*s\* -u root
E. find /usr -suid -perm +4000
Answer: A
Q6. - (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: B
Q7. CORRECT TEXT - (Topic 5)
What is the lowest numbered unprivileged TCP port? (Specify the number in digits only.)
Answer: 1024
Q8. 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: l
Q9. - (Topic 3)
What is NOT contained in the locale setting of the operating system?
A. currency symbol
B. language
C. timezone
D. thousands separator
Answer: C
Q10. 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