Use following commands for updating WordPress directory permissions
[php]
chown -R username:workgroup .
find . -type d -exec chmod 775 {} \;
find . -type f -exec chmod 664 {} \;
[/php]

Theres Light At The End Of Every Tunnel, Keep Moving
Use following commands for updating WordPress directory permissions
[php]
chown -R username:workgroup .
find . -type d -exec chmod 775 {} \;
find . -type f -exec chmod 664 {} \;
[/php]