Red Hat Certified Systems Admin
(RHCSA) Q&A (Graded A)
Which two statements are benefits of open source software? - 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? - 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? - 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? -
Answer -tail -n 5 /var/log/messages
Which Bash shortcut or command separates commands on the same line? - Answer -;
Which Bash command is used to change a user's password? - Answer -passwd
Which Bash command is used to display the file type? - Answer -file
(RHCSA) Q&A (Graded A)
Which two statements are benefits of open source software? - 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? - 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? - 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? -
Answer -tail -n 5 /var/log/messages
Which Bash shortcut or command separates commands on the same line? - Answer -;
Which Bash command is used to change a user's password? - Answer -passwd
Which Bash command is used to display the file type? - Answer -file