I use the Mkdir function of symfony2 filesystem's class. The doc (http://symfony.com/fr/doc/2.3/components/filesystem.html#mkdir) says that the directory must be created with 777 permission by default.
But when I use this function in my command, the directory is well created but with 755 permission. I launch my command in root...
What is the problem ?
Think's and sorry for my bad english