Online Access Free 1z1-100 Practice Test
Exam Code: | 1z1-100 |
Exam Name: | Oracle Linux 5 and 6 System Administration |
Certification Provider: | Oracle |
Free Question Number: | 142 |
Posted: | Sep 09, 2025 |
A web server on HOST01 is listening on port 80.
Examine the IPTABLES rule shown:
[root@host01 ~] # iptables -L INPUT
Chain INPUT (policy ACCEPT)
targetportoptsourcedestination
ACCEPTtcp- - anywhereanywheretcp dpt:http
Another rule is then added:
[root@host01 ~] # iptables -A INPUT -P tcp - - dport 80 -j REJECT
What is the effect of this command on subsequent attempts to access the web server on HOST01 using port
80?
An Oracle Linux system has not been updated for a while and the currently running kernel is three releases behind the most recent kernel release.
Each released kernel fixed several problems, totaling 11 bug fixes.
You are about to update this kernel using this command:
How does Ksplice Uptrack apply these updates? (Choose the best answer.)
Which three statements are true about the shared directories defined in the /etc/exports file?
Examine this extract from the /etc/ssh/sshd_config file:
passwordAuthentication no
What is the effect of this parameter settings on the use of openSSH commands on both the client and server?