Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

Build Chmod is 511!!

Quote Reply
Build Chmod is 511!!
When building my pages, I notice that they build at Chmod 511. This means I have to delete every page before I can update. How can I change this?

Quote Reply
Re: Build Chmod is 511!! In reply to
Permissions 777 are printed as 511 in Unix or Perl...

Thomas
http://www.japanreference.com
Quote Reply
Re: Build Chmod is 511!! In reply to
You get the same result from MS-DOS command prompt:
Code:
perl -e "print 0777";
Happy Coding,

--Drew
http://www.FindingHim.com