3. Transfer your material from your hard disk to the web server
command what the command does mkdir ~/public_html creates directory where your html files will be placed chmod a+x ~/ sets the permissions for the directory to allow the files to be readable on the world wide web chmod a+x ~/public_html sets the permissions for the directory to allow the files to be readable on the world wide web chmod a+r ~/public_html/* sets the permissions for the directory to allow the files to be readable on the world wide web