> ...I'm imagining a split file system where Cordova is perhaps FAT and the > target is anything else...
This isn't a concern. That potential problem is not unique to Cordova, and so when Unixy systems view or copy from permission-less filesystems like FAT, they generally set 777, or at least 7xx, since there's no way to know whether they're meant to be executable. Braden