[futurebasic] Mac OS X Unix file permissions

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : May 2003 : Group Archive : Group : All Groups

From: MoorePrint@...
Date: Sat, 24 May 2003 16:58:29 -0400
Mac OS 10.2.6 enforces user, group, and guest file permissions on carbon application users. If user "Bob" saves a file with a FB3 carbon application, user "Ted" cannot change or delete it because  the default is that only the owner has read and write permission. 

How best to save files so other users can have write permission?

I tried executing the unix umask command but it had no effect on fb3 "open" command when creating a new file. Must I do a unix chmod after every time I save a file to allow others to write to it?

Bruce Moore