Re: build 803 freezing

Robby Workman <[email protected]> Fri, 11 Nov 2011 16:59:57 -0600
Newsgroups gmane.comp.finance.moneydance.general
Organization Generally OCD.
Message-ID <[email protected]>
On Fri, 11 Nov 2011 17:11:55 -0500
Lewis G Rosenthal <[email protected]> wrote:

> The value for read, write, and executable is "7", so if I wanted to
> set a file as executable for everyone, I would use:
> 
> chmod 777 moneydance  


Actually, that would give everyone read, write, and execute perms.
If you *only* wanted execute permissions, the you'd want this:
  chmod 0111 moneydance
If you wanted to *add* execute permissions on top of any existing
permissions, then you'd want this:
  chmod +x moneydance

Of course, this sort of accident is exactly why you later wrote...


> Many people find that using the r, w, and x symbols instead of 
> calculating the permission values are easier  

...

> I've just been doing it so long that I don't much think about it
> anymore.  


heh.  ;-)

-RW
_______________________________________________
For Moneydance customer support, please visit http://help.infinitekind.com
[email protected]
http://moneydance.com/mailman/listinfo/moneydance-info