READ Free Dumps For RedHat- RH302
Question ID 17468 | Install the Redhat Linux RHEL 5 through NFS. Where your Server is |
Option A | Answer : 1. Insert the CD on CD-ROM and start the system. Prompt type linux askmethod 3. It will display the language, keyboard selection. 4. It will ask you for the installation method. 5. Select the NFS Image from the list 6. It will ask the IP Address, Net mask, Gateway and Name Server. Select Use because DHCP Server will be configured in your exam lab. 7. It will ask for the NFS Server Name and Redhat Enterprise Linux Directory. 172.24.254.254 /var/ftp/pub 8. After Connecting to the NFS Server Installation start in GUI. Go up to the partition screen by selecting the different Options. 9. Create the partition According to the Question because Size and what-what partition should you create at installation time is specified in your question 10.Create the two RAID partitions having equal size of remaining all free space. 11.Click on RAID button 12.Type mount point /document 13.Select RAID Level 0 14.Click on ok 15. Then select the MBR Options, time zone and go upto package selections. It is another Most Important Time of installation. Due to the time limit, you should care about the installation packages. At Exam time you these packages are enough. X-Window System GNOME Desktop (these two packages are generally not required) Administration Tools. System Tools Windows File Server FTP Servers Mail Servers Web Servers Network Servers Editors Text Based Internet Server Configuration Tools Printing Supports When installation will complete, your system will reboot. Jump for another Question. |
Correct Answer | A |
Question ID 17469 | Create the user named eric and deny to interactive login. |
Option A | Answer : useradd eric passwd eric vi /etc/passwd /sbin/nologin Which shell or program should start at login time is specified in /etc/passwd file. By default Redhat Enterprise Linux assigns the /bin/bash shell to the users. To deny the interactive login, you should write /sbin/nologin or /bin/false instead of login shell. |
Correct Answer | A |