|
Task: Make your myself
directory viewable on the Web
- Log into your UHUNIX account via FileZilla
- The host name is uhunix.hawaii.edu
- The port number is 22
- Right-click on your UH username on the remote site and select
Create Directory
- Name your directory public_html
- (Note: This is case sensitive)
- Upload your HTMLAdvanced_Site folder into
your public_html directory
- 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)
- 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
- Set the permissions of your public_html
directory and everything in it to 755
- Type: chmod
-R 755 public_html
|