not on VFS file systems, as they do not support permission bits.Originally Posted by y-cyas
Rick
CHMOD change on e680 over telnet(windows) for read-only files..
can we do that? if yes, how?
not on VFS file systems, as they do not support permission bits.Originally Posted by y-cyas
Rick
hmm.. the "Cheat"
cd /
tar cvf /diska/qtapp.tar /usr/SYSqtapp/phone
mount -type ramfs none /usr/SYSqtapp/phone
tar xvf /diska/qtapp.tar
it works but i can not exchange the data from the .tar file..
example if i put a file with the same name from my computer to the .tar file on e680 it will just add but NOT replace the old file.
i tried with the program "ArchiveXpert"(windows)
what program to you use to exchange the .tar
files?