Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

RHCT (Redhat Certified Technician) RH202

Last Update 3 hours ago Total Questions : 140

The RHCT (Redhat Certified Technician) RH202 content is now fully updated, with all current exam questions added 3 hours ago. Deciding to include RH202 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our RH202 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these RH202 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any RHCT (Redhat Certified Technician) RH202 practice test comfortably within the allotted time.

Question # 41

Make a swap partition having 100MB. Make Automatically Usable at System Boot Time.

Answer and Explanation:

1. Use fdisk /dev/hda To create new partition.

    Type n For New partition

    It will ask for Logical or Primary Partitions. Press l for logical.

    It will ask for the Starting Cylinder: Use the Default by pressing Enter Key.

    Type the Size: +100M You can Specify either Last cylinder of Size here.

    Press P to verify the partitions lists and remember the partitions name. Default System ID is 83 that means Linux Native.

    Type t to change the System ID of partition.

    Type Partition Number

    Type 82 that means Linux Swap.

    Press w to write on partitions table.

    Either Reboot or use partprobe command.

    mkswap /dev/hda? To create Swap File system on partition.

    swapon /dev/hda? To enable the Swap space from partition.

    free –m Verify Either Swap is enabled or not.

    vi /etc/fstab

/dev/hda? swap swap defaults 0 0

    Reboot the System and verify that swap is automatically enabled or not.

Question # 42

Make Successfully Resolve to server1.example.com where DNS Server is 192.168.0.254.

Answer and Explanation: 1. vi /etc/resolv.conf

Write : nameserver 192.168.0.254

Go to page: