SIMULATIONOne Package named zsh is dump on ftp://server1.example.com under /pub/updates directory and your FTP server is 192.168.0.254. Install the package zsh.
Answer(s): A
rpm -ivh ftp://server1/example.com/pub/updates/zsh-*orLogin to ftp server : ftp ftp://server1.example.com using anonymous user.Change the directory: cd pub and cd updatesDownload the package: mget zsh-*Quit from the ftp prompt : byeInstall the packagerpm -ivh zsh-*Verify either package is installed or not : rpm -q zsh
SIMULATIONSome users home directory is shared from your system. Using showmount -e localhost command, the shared directory is not shown. Make access the shared users home directory.
Verify the File whether Shared or not ? : cat /etc/exportsStart the nfs service: service nfs startStart the portmap service: service portmap startMake automatically start the nfs service on next reboot: chkconfig nfs onMake automatically start the portmap service on next reboot: chkconfig portmap onVerify either sharing or not: showmount -e localhostCheck that default firewall is running on system?If running flush the iptables using iptables -F and stop the iptables service.
SIMULATIONAdd a new logical partition having size 100MB and create the data which will be the mount point for the new partition.
1. Use fdisk /dev/hda-> To create new partition.2. Type n ->For New partitions3. 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 Keys5. 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?OR1. mke2fs -j /dev/hda? ->To create ext3 filesystem.2. vi /etc/fstab3. Write:/dev/hda? /data ext3 defaults 0 04. Verify by mounting on current sessions also:mount /dev/hda? /data
SIMULATIONYou have a domain named www.rhce.com associated IP address is 192.100.0.2. Configure the Apache web server by implementing the SSL for encryption communication.
vi /etc/httpd/conf.d/ssl.conf <VirtualHost 192.100.0.2> ServerName www.rhce.com DocumentRoot /var/www/ rhce DirectoryIndex index.html index.htm ServerAdmin webmaster@rhce.com SSLEngine on SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key </VirtualHost>cd /etc/httpd/conf3 make testcertCreate the directory and index page on specified path. (Index page can download from ftp:// server1.example.com at exam time)service httpd start|restartchkconfig httpd onApache can provide encrypted communications using SSL (Secure Socket Layer). To make use of encrypted communication, a client must request to https protocol, which is uses port 443. For HTTPS protocol required the certificate file and key file.
Post your Comments and Discuss RedHat EX200 exam with other Community members:
chukwuemeka ubajaka commented on May 17, 2022 Can't i get redhat 8 version of the questions instead of the redhat 6 version, as the syntax of redhat 8 and 6 is not the same. UNITED STATES upvote
Sandeep commented on March 19, 2021 Zabar Dast! So accurate and so real. Passed my exam lasat week. INDIA upvote
Dan commented on December 16, 2019 How do i print the pdf download, its password protected. I want to print the file and study before the exam in couple days Anonymous upvote
Carlo Shamany commented on July 17, 2019 good havent taken the test but feel confident. UNITED STATES upvote
Our website is free, but we have to fight against bots and content theft. We're sorry for the inconvenience caused by these security measures. You can access the rest of the EX200 content, but please register or login to continue.