Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDon Shipley
19,488 PointsSetting up special permissions
Inside this video Zac mentions you may need to set special permissions on your live server. Uploading at the end of this series having problems with it reading the files from this course. Where can I learn regarding the special permissions? Not sure if this will fix my problem but worth learning about.
2 Answers
Crisoforo Gaspar Hernández
18,302 PointsIt's mean about the OS (Operating system) permissions, because most Wordpress Sites uses Linux as the OS in the servers. So you need to set a group of permissions for the files (write, read and execute). Here are some great websites talking about this topic where you can learn more about this.
Lucas Krause
19,924 PointsIn addition to already accepted answer, you can learn a bit about that topic in the Console Foundations Course here at Treehouse, especially in the video about file permissions. ;)
Don Shipley
19,488 PointsDon Shipley
19,488 PointsThank you