At some point during a WordPress install, or anything else dynamic for that matter, you will have to operate a change mode on a file or directory on your Apache server. Via ssh or ftp, chmod is the command you will be using.
By changing the mode of a file, you are giving permission to various groups to be able to read, write or execute a file.
Most use number codes for chmod commands, but those who wish to learn more can check out the myriad of tutorials out there for more advanced commands.
Each digit in the command is a binary representation of:
rwx (read/write/execute).
A chmod of 755 means:
111(7) – Owner can read write execute
101(5) – other in the group can execute or read, no write
101(5) – rest of world can read and execute, no write
A chmod of 777 means:
111(7) – Owner can read write execute
111(7) – other in the group can read write execute
111(7) – rest of world can read read write execute
When installing WordPress, some directories need to be changed via chmod. Some plugins require the /wp-content/ folder be made writeable. In some cases, this may require assigning 755 permissions or higher (777 on some hosts). The same is true for /wp-content/cache/ and maybe /wp-content/uploads/
What We Tell The World
- About this server
- The hostname: websiteforensics.com
- This server address: 209.237.150.20
What You Tell The World
- Your IP address: 38.107.191.112
- Your hostname: 38.107.191.112
- Your country domain: .112
- You came from:
- Requested URL: /wordpress/chmod/
- Browser INFO: CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
January 19th, 2010 at 6:39 pm
@Tally_LRR That’d be a chmod thing. You don’t have write permissions on your host. http://codex.wordpress.org/Changing_File_Permissions
January 19th, 2010 at 6:39 pm
Ein beherztes chmod -r 777 auf das Wordpress Verzeichnis und die Feeds aktualisieren sich wieder. Nun wieder Rechte hinbiegen…
January 19th, 2010 at 6:44 pm
Wordpress CHMOD Ayarları – http://b2l.me/dd8aC (via
January 20th, 2010 at 3:07 pm
Ugh. CHMOD-en van wordpress contentmap op de FTP-server lukt niet. Weer iets met eigendomsrechten. Even de suppo gemaild.
January 21st, 2010 at 6:39 pm
I extracted wordpress.app from wordpress.ipa,cp 2 /Applications,”chmod -R 775 *” via terminal…Wow,That should be APPLE’s SCREEN-OF-DEATH!!
January 25th, 2010 at 6:40 am
possibly a permission problem? try “chmod -R 777 *” in the wordpress directory and see if that fixes things
January 25th, 2010 at 6:49 pm
Awsome. It tells you your CHMod status and hides your wordpress version, and a lot more cool features. Soon it will have XSS testin
February 1st, 2010 at 6:47 am
Quelqu’un connaît-il un meilleur moyen que le chmod 0555 du dossier pour empêcher la mise à jour d’un plugin Wordpress ?