I want to have my web page on the internet. I have the source code ready. Please help me in this regard. I want the location where I can keep my source code.

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