From: Michael Monaghan Date: 2008-10-15T03:14:33+09:00 Subject: Re: Permissions at creating directory ------=_Part_11565_27497701.1224008078280 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Instead of 711, try 0711. ~mm On Tue, Oct 14, 2008 at 12:05 PM, Kless wrote: > Why a new directory is ignoring my permissions? > > Dir.mkdir('foo', 711) > > It's created with 755, the permissions by deafult of my system. My > umask is to 0022. > > ------=_Part_11565_27497701.1224008078280--