Say your user name is "yap202".
% cd ~yap202 -- get to your home directory % mkdir public_html -- create the new directory % ls -l -- look at its original permission % chmod a+xr public_html -- change its permission % ls -l -- look at new permission
% chmod a+x ../yap202
You should see a listing of all the files in your public_html directory. Or, if you have a file named "index.html" in this directory, your browser will display this file.% netscape http://acf5.nyu.edu/~yap202/