1z0-100 試験問題を無料オンラインアクセス
| 試験コード: | 1z0-100 |
| 試験名称: | Oracle Linux 5 and 6 System Administration |
| 認定資格: | Oracle |
| 無料問題数: | 142 |
| 更新日: | 2026-08-29 |
Examine these configuration files:
# cat /etc/auto.master
/net-hosts
/- auto.direct ro
# cat /etc/auto.direct
/nfs1 o16:/export/share1
/nfs2 -sync o16:/export/share2
/nfs o16:/export/share3
Which mount options will automounter use to mount the filesystems listed in /etc/auto.direct?
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?
You are about to switch a Red Hat Enterprise Linux 6 (RHEL6) system from the Red Hat Network to the Unbreakable Linux Network (ULN).
Consider this output:
# rpm -qa *rhn*
rhnlib-2.5.22-12.e16.noarch
yum-rhn-plugin-0.9.1-36.e16.noarch
rhn-setup-1.0.0-73.e16.noarch
rhn-client-tools-1.0.0-73.e16.noarch
rhn-check-1.0.0-73.e16.noarch
rhnsd-4.9.3-2.e16.x86_64
Identify four minimum steps that you should perform to successfully switch this system from RHN to ULN.