| Currently the fastest growing and most popular part of the Internet experience is the World Wide Web. Here are instructions for you on how to put your own WWW page on our server for the world to see. To do this you must first create a page on your own system. For instructions on how to do this, check your local library or Netscape's Home Page. Please note that all commands listed below are CASE SENSITIVE! This means that you must type commands with the same capitalization as it has displayed. 'WWW' is not the same thing as 'www'. |
scc:~$ mkdir WWW scc:~$ exit |
Example:
scc:~$ mkdir WWW mkdir: cannot make directory `WWW': File exists scc:~$ exit |
scc:~$ chmod o+r -R ~/WWW scc:~$ exit |