>[CFMX/J2EE on Linux] > >When doing a cffile create from an app, I get a file with the >following permissions: >-rw-r--r-- > >I want to be able to change this to at least -rw-rw-r-- , so that >group users can modify the file, but I don't know how to change it. Is >it an XML mod, a sandbox thing, an OS thing? >
Use the "mode" attribute and set it to the permissions you want (using your example, mode="664") Regards, Dave. _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

