Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Web Server: Most Secure File Permissions?

  1. #11
    Join Date
    May 2007
    Location
    Phoenix, Arizona USA
    Beans
    2,909
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Web Server: Most Secure File Permissions?

    Ummm if your permissions are 777 on that directory, literally the whole world can see it no matter WHO owns it. Apache uses certain permissions by default for a reason. Changing them is usually not a good idea. This is why I use SCP to put my files on the web server. I can become any user I want hence no permissions issues.

    Instead of just "making things easy" you should really learn about Linux permissions and ownership, otherwise you'll be sure to be hacked.

    -Tim
    www.pcchopshop.net

    Hard to find and obsolete PC and server parts. "If we can't find it, it probably doesn't exist"

  2. #12
    Join Date
    May 2006
    Location
    Switzerland
    Beans
    2,907
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Web Server: Most Secure File Permissions?

    Quote Originally Posted by windependence View Post
    Ummm if your permissions are 777 on that directory, literally the whole world can see it no matter WHO owns it.
    Not only see but also write to it!

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •