READ Free Dumps For RedHat- EX200
Question ID 17536 | Configure a HTTP server, which can be accessed through |
Option A | Answer : # yum install -y httpd # chkconfig httpd on # cd /var/www/html //ip/dir/example.html # cp example.com index.html # vim /etc/httpd/conf/httpd.conf 80 80> DocumentRoot /var/www/html/ ServerName station.domain40.example.com </VirtualHost> |
Correct Answer | A |
Question ID 17537 | Create a catalog under /home named admins. Its respective group is requested to be the |
Option A | Answer : # cd /home/ # mkdir admins / # chown .admin admins/ # chmod 770 admins/ # chmod g+s admins/ |
Correct Answer | A |