Difference between revisions of "Web Introduction"

From CSEE Documentation
(imported from instructions)
 
Line 5: Line 5:
 
2. <code>mkdir ~/www</code>
 
2. <code>mkdir ~/www</code>
  
3. <code>chmod 711 ~</code>
+
3. <code>chmod o+x ~</code>
  
 
4. <code>chmod 644 ~/www</code>
 
4. <code>chmod 644 ~/www</code>

Revision as of 14:35, 29 May 2007

CSEE Personal Web Page

1. Log into your CSEE account.

2. mkdir ~/www

3. chmod o+x ~

4. chmod 644 ~/www

5. The hompage must be named index.html .

6. chmod 755 ~/www/index.html

7. If you put other files in your www directory for public viewing, make sure you "chmod 644" each file also.

Your personal Web page is accessed by http://www.cs.umbc.edu/~username