Redhat Exam RH302 – Redhat Certified Engineers on Redhat Enterprise Linux 4 (labs)

Redhat Exam RH302
Title: Redhat Certified Engineers on Redhat Enterprise Linux 4 (Labs)
Ver. 03.21.07

Example Question out of 141 Questions:
Make Successfully Resolve to server1.example.com where DNS Server is 192.168.0.254

Answer:
1. vi /etc/resolv.conf
Write: nameserver 192.168.0.245

Explanation:
DNS is the Domain name Server, which maintain a database that can help your computer translate such as www.redhat.com to IP addresses sauch as 216.148.218.197. As no individual DNS server is large enough to keep a database for entire Internet, they can refer request to other DNS servers.
DNS is

Redhat Exam RH202 – Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs)

Redhat Exam RH202
Title: Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs)
Ver. 03.21.07

Example Question out of 69 Questions:
Create one partition having size 10MB and mount it on /data !

Answer and Explanation:
1. Use fdisk /dev/hda to create new partition.
2. Type n for new partition.