Changing permissions on a single file is easy with chmod. Doing it across a whole directory tree – hundreds of files and folders – is where people get it wrong. The blanket command chmod -R 755 works, but it makes every file executable, which is incorrect for normal web files. This guide covers the recursive […]