Rhel 6.0 Rhce Exam Paper

3
@@@@@@@@@@@@@@@@@@@ BEST OF LUCK @@@@@@@@@@@@@@@@@@@@@ 1. Revisite O Done O selinux SELinux must be running in the Enforcing mode. 2. Revisite O Done O configure crontab access Configure your crontab that it should not configurable by user susan. and it should not disturb any other user for accessing crontab. 3. Revisite O Done O configure ftp access - Configure FTP access on your system: - Clients within the example.com domain should have anonymous FTP access to your machine - Clients outside example.com should NOT have access to your FTP service 4. Revisite O Done O configure smb share - Share the /shared directory via SMB: - Your SMB server must be a member of the STAFF workgroup - The share's name must be shared - The shared share must be available to example.com domain clients only - The shared share must be browseable - natasha must have read access to the share, authenticating with the same password password, if necessary. 5. Revisit O Done O configure a web server - Implement a web server for the site http://stationX.domainx.example.com, then perform the following steps: - Download ftp://server1.example.com/pub/rhce/station.html - Rename the downloaded file to index.html - Copy this index.html to the DocumentRoot of your web server - Do NOT make any modifications to the content of index.html 6. Revisite O Done O extend your web server - Extend your web server to include a virtual host for the site http://wwwx.domainx.example.com/, where x is your station number, then perform the following steps: - Set the DocumentRoot to /var/www/virtual - Download ftp://server1.example.com/pub/rhce/www.html - Rename the downloaded file to index.html - Place this index.html in the DocumentRoot of the virtual host - Do NOT make any modifications to the content of index.html - Ensure that susan is able to create content in /var/www/virtual

description

redhat enterprise linux 6 exam

Transcript of Rhel 6.0 Rhce Exam Paper

Page 1: Rhel 6.0 Rhce Exam Paper

@@@@@@@@@@@@@@@@@@@ BEST OF LUCK @@@@@@@@@@@@@@@@@@@@@

1. Revisite O Done O selinuxSELinux must be running in the Enforcing mode.

2. Revisite O Done O configure crontab accessConfigure your crontab that it should not configurable by user susan. and it should not disturb any other user for accessing crontab.

3. Revisite O Done O configure ftp access- Configure FTP access on your system:- Clients within the example.com domain should have anonymous FTP access to

your machine- Clients outside example.com should NOT have access to your FTP service

4. Revisite O Done O configure smb share- Share the /shared directory via SMB:- Your SMB server must be a member of the STAFF workgroup- The share's name must be shared- The shared share must be available to example.com domain clients only- The shared share must be browseable- natasha must have read access to the share, authenticating with the same

password password, if necessary.

5. Revisit O Done O configure a web server- Implement a web server for the site http://stationX.domainx.example.com, then

perform the following steps:- Download ftp://server1.example.com/pub/rhce/station.html- Rename the downloaded file to index.html- Copy this index.html to the DocumentRoot of your web server- Do NOT make any modifications to the content of index.html

6. Revisite O Done O extend your web server- Extend your web server to include a virtual host for the site

http://wwwx.domainx.example.com/, where x is your station number, then perform the following steps:

- Set the DocumentRoot to /var/www/virtual- Download ftp://server1.example.com/pub/rhce/www.html- Rename the downloaded file to index.html- Place this index.html in the DocumentRoot of the virtual host- Do NOT make any modifications to the content of index.html- Ensure that susan is able to create content in /var/www/virtualNote: The original web site http://stationX.domainx.example.com must still be

accessable. DNS resolution for the hostname wwwx.domainx.example.com is already provided by the name server on server1.example.com.

7. Revisit O Done O configure web contentCreate a directory private under DocumentRoot and make sure it should only accessible from local host not to others. copy a file from

Page 2: Rhel 6.0 Rhce Exam Paper

ftp://server1.example.com/pub/rhce/station.html. Do not make any modification to the content of index.html.

8. Revisit O Done O configure ssh access- Configure SSH access as follows:- susan has remote SSH access to your machine from within example.com- Clients within my133t.org should NOT have access to ssh on your system

9. Revisit O Done O configure SMTP on your machine- Configure SMTP mail service according to the following requirements:- Your mail server should accept mail from remote hosts and localhost- susan must be able to receive mail from remote hosts- Mail delivered to susan should spool into the default mail spool for susan,

/var/spool/mail/susan.

10. Revisit O Done O configure aliases - Configure an email alias for your MTA such that mail sent to admin is received by

the local user andrew.

11. Revisit O Done O configure nfs export- Export your /shared directory via NFS to the domainX.example.com domain only.

Note: because you will not have root access, you will not be able to directly mount your exported/shared directory using your guest account on the system provided for testing. However, the automounter on the system has been configured such that it will automount your /shared directory under /home/guestx/nfs/stationx, where x is your station number. Consequently, successful execution of ls /home/guestx/nfs/stationx indicates that the automounter was able to automount your NFS share.

12. Revisit O Done O create a scriptCreate a script /root/foo.sh. when you execute this as /root/foo.sh redhat the output should come fedora. And when you execute script as /root/foo.sh fedora the output should come redhat. But when you execute this script without argument as /root/foo.sh output should come redhat|fedora

13. Revisit O Done O acces iscsi volumeAccess a iscsi volume. And create a 100MiB filesystem. And format the volume with ext4. Make sure your volume should auto mount on your machine on every reboot.

14. Revisit O Done O configure boot accessConfigure you system when it boot it should automatically get syslevel 9 and when you run cat /proc/cmdline it must show syslevel=9.

15. Revisite O Done O Enable ip forwarding Enable ip forwarding on your machine. Means your system should allow ip forwarding.

Page 3: Rhel 6.0 Rhce Exam Paper