Hi Guys, I'm having an error 550: 550 Can't create directory: Permission denied when i want to create a new map with ftp. I installed and configured pureftpd with this tutorial: http://linux.justinhartman.com/PureFTPd_Installation_and_Setup What i want is that every user has permission on his map (755) , how can i do that? Because i dont have shell permission so i can't do chmod from the user it self. Please Help! Thanks! UPDATE: I've solved the problem after a very long search by this command: find /folder/*/ -type d -exec chmod 777 {} \;