Basic Steps

Here are the basic steps to putting your web page up for the world to see.
For a more detailed description of these steps please see the Detailed Walkthrough.
(log into your account using a telnet program)

% mkdir public_html
% chmod a+x public_html

% chmod a+x ~yourid

Next we need to create the file which will contain the content of your webpage. Here are two ways to go about doing that:

TIPS % chmod a+rx index.html

Your webpage is http://www.calpoly.edu/~yourid

Back