--- "[EMAIL PROTECTED]" wrote: > Hi > > are there any settings that disallow / prevent > changing of file details > - like time created / modified when they are copied > across drives, or > downloaded from the Internet or downloaded from > Thunderbird. > how can this behavior be controlled.
If you use cp (the command line), you would have to use it with -p attribute to preserve the existing time, ownership and mode. If you are copying it over a network and want to preserve it, you can use -p option with scp. -- FSF of India Associate Fellow - http://www.gnu.org.in S K Somaiya College of ASC- http://www.somaiya.edu/sksasc ubunturos @ freenode Download prohibited? No problem! To chat from any browser without download, Click Here: http://in.messenger.yahoo.com/webmessengerpromo.php -- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
