Which of the following is the location of the command to start the web server?

a. /etc/httpd/conf
b. /var/httpd/conf
c. /etc/init.d/httpd start
d. /dev/init.d/httpd start

c. /etc/init.d/httpd start
Explanation: The location of the command to start the web server is /etc/init.d/httpd start. The httpd.conf file is located in the /etc/httpd/conf directory.

Computer Science & Information Technology

You might also like to view...

You use a ____ selection structure when more than one decision must be made before the appropriate action can be taken.

A. shell B. nested C. logical D. split

Computer Science & Information Technology

Collections algorithm ______________ determines if two collections have elements in common.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology