• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

CGI script creating folders with wrong permissions?

A

alex042

Guest
I've been working with a cgi script that should probably be creating new folders with standard 0755 permissions, but instead it's creating them with 0700 permissions. It looks like there is code in the script itself to create these as 0755, but the permissions don't end up that way when they're written. Is this suexec doing this or something else? Is there a way to get this to create these correctly so I don't have to manually fix these for every new folder? I just want these folders to be viewable from the website without requiring manual intervention. Any ideas?
 
Back
Top