Skip to content

Chris Taylor Developer

Jersey & Guernsey, United Kingdom

  • Services
  • Contact
  • DEV NOTES
  • About
    • Background and CV
    • Software testing
    • On GitHub
    • On Stackoverflow
    • On Digital Jersey
    • On Digital Guernsey
    • On JSFiddle
  • Project
    • Current projects
    • Prices
    • Charging framework
    • Agile Jira
    • App deployments
  • Meta
    • Login
    • Yoast sitemap index

php file permissions

3 December 202210 September 2022 by Chris Taylor

Updated: 10 September 2022

Set folder and file permissions for a php project

find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
Categories php Tags find
Secure shell file system
MySQL user defined variables
© 2023 Chris Taylor Developer • Built with GeneratePress