// // Step to setup your Web page // 1. After login to the server, make your home visible to the public by typing the following chmod o+rx ~ 2. Create a Webpage dirctory by typing mkdir public_html ln -s public_html www 3. Move you working directory to www by typing cd www 4. You will create, edit, and remove your Webpages on www folder that is open to the Internet Your homepage address (URL) http://zeus.vwc.edu/~user_name 5. Create your Homepage by typing nano index.html The HTML page could be - (name)'s homepage

Welcome (name)'s Homepage