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

Red Hat Certified Engineer 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:

QUESTION 4
Create one partitions having size 100MB and mount it on /data.

Answer and Explanation:
1. Use fdisk /dev/hda To create new partition.
2. Type n For New partitions
3. It will ask for Logical or Primary Partitions. Press l for logical.
4. It will ask for the Starting Cylinder: Use the Default by pressing Enter Key.
5. Type the Size: +100M You can Specify either Last cylinder of Size here.
6. Press P to verify the partitions lists and remember the partitions name.
7. Press w to write on partitions table.
8. Either Reboot or use partprobe command.
9. Use mkfs -t ext3 /dev/hda?
Or mke2fs -j /dev/hda? To create ext3 filesystem.
10. vi /etc/fstab
Write: /dev/hda? /data ext3 defaults 0 0
11. Verify by mounting on current Sessions also: mount /dev/hda? /data

QUESTION 5
You are new System Administrator and from now you are going to handle the system and your main task is Network monitoring, Backup and Restore. But you don’t know the root password. Change the root password to redhat and login in default Runlevel.

Answer and Explanation:
When you Boot the System, it starts on default Runlevel specified in /etc/inittab:Id:?:initdefault:

When System Successfully boot, it will ask for username and password. But you don’t know the root’s password. To change the root password you need to boot the system into single user mode. You can pass the kernel arguments from the boot loader.
1. Restart the System.
2. You will get the boot loader GRUB screen.
3. Press a and type 1 or s for single mode
ro root=LABEL=/ rhgb queit s
4. System will boot on Single User mode.
5. Use passwd command to change.
6. Press ctrl+d

Download Redhat Exam RH302 – Redhat Certified Engineers on Redhat Enterprise Linux 4:

» Download Link

Tinggalkan Balasan

Alamat email Anda tidak akan dipublikasikan. Ruas yang wajib ditandai *