Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here is how to change the public_html folder permissions to give others access to your home page.

In the Linux shell

Use SSH to connect to the shell.metropolia.fi server and run the following commands:

Code Block

find ~/public_html -type d -exec chmod 755 {} \;
find ~/public_html -type f -exec chmod 644 {} \;

On a Windows workstation

 
Select your home directory in the public_html folder on the Z: drive. Right click on the public_html folder and in the popup menu, select Properties.

...

 
After this procedure the contents of your home page will be browsable.

In the Linux shell

Use SSH to connect to the shell.metropolia.fi server and run the following commands:

Code Block

find ~/public_html -type d -exec chmod 755 {} \;
find ~/public_html -type f -exec chmod 644 {} \;




HTTP 403 Forbidden