2

What permissions is it advised to set my website at?

I know 777 is a bad idea, but what should it actually be?

panthro
  • 286
  • 1
  • 4
  • 12
  • In principle you only need read permissions for the WWW group and others. Unlikely you will need execution privilege so I would say 644 is what you need for the files. – Juan Antonio Oct 21 '16 at 21:18

1 Answers1

4

In principle you only need read permissions for the WWW group and others. Unlikely you will need execution privilege so I would say 644 is what you need for the files

Juan Antonio
  • 1,572