Put it in a subdirectory called 'public_html' of your home directory, then it is accessible from URL: http://engrs.unl.edu/~your-username
You'll also have to change the directory and file permissions to allow access. Something like:
cd
mkdir public_html
chmod og+x . public_html
cd public_html
chmod og+r *
Last Update: 1996-09-30 10:24