
Whenever I copy a file, the permissions are set to be owned by
TC (app_75) and -rw---------
Too test and prove it once more I copied one file from /mnt/sdcard to /sdext/02.backups folder (which is on a second ext4-partition on sdcard).
1. with Total Commander ("Root funcctions everywhere")
2. with terminal emulator (also as root)
http://dl.dropbox.com/u/22905577/tc.pics/01.folder.perm.png
http://dl.dropbox.com/u/22905577/tc.pics/02.file.perm.png
http://dl.dropbox.com/u/22905577/tc.pics/03.tc.cp.perm.png
http://dl.dropbox.com/u/22905577/tc.pics/04.term.cp.perm.png
http://dl.dropbox.com/u/22905577/tc.pics/term.ls.png
the permissions are set to (chown) app_75 (chmod) 600
via terminal to "*.1.txt" the permissions are different (chown) root (chmod) 755
So I have to change the permissions for every file I copy with TC manually

My workaround by now is ascript running on the folder,l copied with TC, but that's annoying...
Maybe it's just something easy like ~/.profile for the android-OS or put something to the mount-options, but I couldn't figure out yet...
Anyways, any help or idea is appreciated, thanks!