Task: Make your myself directory viewable on the Web

  1. Log into your UHUNIX account via FileZilla
    • The host name is uhunix.hawaii.edu
    • The port number is 22

  2. Right-click on your UH username on the remote site and select Create Directory
    • Name your directory public_html
    • (Note: This is case sensitive)

  3. Upload your HTMLAdvanced_Site folder into your public_html directory

  4. Open a Command Prompt or Terminal window
    • Type ssh username@uhunix.hawaii.edu and hit Enter, where username is your UH Username
    • Type your Password and hit Enter (Note: You will not see your password displayed)

  5. Set the permissions of your root directory to 701
    • Type: chmod 701 ~
    • Please note that the permission set 701 is followed by a space and then a tilde (~) to represent your root directory

  6. Set the permissions of your public_html directory and everything in it to 755
    • Type: chmod -R 755 public_html