+ All Categories
Home > Documents > Phase 4 IP Turn in

Phase 4 IP Turn in

Date post: 10-Oct-2015
Category:
Upload: sameulfrench
View: 195 times
Download: 0 times
Share this document with a friend
Description:
Creating directories and files in Cygwin
Popular Tags:

of 12

Transcript

PHASE 4 IP 1

PHASE 4 IP 4

Phase 4 Individual ProjectSamuel FrenchColorado Technical University CS126-1403B-02Paul DevenportSeptember 15, 2014

PHASE 4 IPFirst I ensure that I was in my home directory by using pwd. I then made the directory apache with the mkdir command. I then switched to the APACHE directory by using the cd command. After I was in that directory I mad the bin, conf, and lib directories, again using the mkdir command.

I then switched back to my home directory by using the cd command. Then using the chmod command I set the permissions for APACHE at 755. Then I reverted back to the home drive, where I made the www directory. I then switched to that directory and made the html, the cgi-bin, and the ftp directories.

I reverted to the home directory, and then set the permissions for WWW at 750. After reverting to the home directory I switched to the APACHE/BIN directory and created the file httpd using echo. I then set the permissions for httpd at 755.

I then reverted to my home directory, after which I changed directory to the WWW/HTML. I then created the index.html file and then set its permissions at 644.

At this time, after reverting to the home directory, I changed directories to the WWW/CGI-BIN, where I created the file process.pl. I gave this file 711 permission. Once again, back to the home directory, and then I changed to the APACHE/CONF directory. I proceeded to create the file httpd.conf, with echo again.

Using cat >> httpd.conf


Recommended