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 Examcollection LX0-104 exam study guides now. We will not let you down with our money-back guarantee.
Q11. - (Topic 2)
Which of the following are tasks handled by a display manager like XDM or KDM? (Choose TWO correct answers.)
A. Start and prepare the desktop environment for the user.
B. Configure additional devices like new monitors or projectors when they are attached.
C. Handle the login of a user.
D. Lock the screen when the user was inactive for a configurable amount of time.
E. Create an X11 configuration file for the current graphic devices and monitors.
Answer: A,C
Q12. CORRECT TEXT - (Topic 5)
Which port is the default server port for the HTTPS protocol? (Specify the port number using digits.)
Answer: 443
Q13. - (Topic 3)
In case neither cron.allow nor cron.deny exist in /etc/, which of the following is true?
A. Without additional configuration, no users may have user specific crontabs.
B. Without additional configuration, all users may have user specific crontabs.
C. The cron daemon will refuse to start and report missing files in the system's logfile.
D. When a user creates a user specific crontab the system administrator must approve it explicitly.
Answer: A
Q14. - (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: A
Q15. CORRECT TEXT - (Topic 6)
Which file lists which users can execute commands using sudo? (Specify the full name of the file, including path.)
Answer: /etc/sudoers
Q16. - (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: C
Q17. - (Topic 6)
Which of the following commands can be used to limit the amount of memory a user may use?
A. umask
B. usermod
C. ulimit
D. passwd
E. chage
Answer: C
Q18. - (Topic 5)
What is the purpose of the nsswitch.conf file?
A. It is used to configure where the C library looks for system information such as host names and user passwords.
B. It is used to configure network protocol port numbers such as for HTTP or SMTP.
C. It is used to configure LDAP authentication services for the local system.
D. It is used to configure which network services will be turned on during the next system boot.
Answer: A
Q19. - (Topic 1)
When the command echo $$ outputs 12942, what is the meaning of 12942?
A. It is the process ID of the echo command.
B. It is the process ID of the current shell.
C. It is the process ID of the last command executed.
D. It is the process ID of the last command which has been placed in the background.
Answer: B
Q20. - (Topic 3)
Each entry in a crontab must end with what character?
A. Tab
B. Space
C. Backslash
D. Newline
Answer: D