UPDATED ACTUAL Exam Questions and
CORRECT Answers
Which two statements are benefits of open source software? - CORRECT ANSWER -
Code can survive the loss of the original developer or distributor.
&
You can learn from real-world code and develop more effective applications.
Which two statements are ways in which Red Hat develops products for the future and interacts
with the community? - CORRECT ANSWER - Sponsor and integrate open source projects
to the community-driven Fedora project.
&
Participate in upstream projects.
Which two statements describe the benefits of Linux? - CORRECT ANSWER - Linus is
modular and can be configured as a full graphical desktop or a small appliance.
&
Linux includes a powerful and scriptable command-line interface, which enables easier
automation and provisioning.
Which Bash command displays the last five lines of the /var/log/messages file? - CORRECT
ANSWER - tail -n 5 /var/log/messages