Graf, Peter wrote: > prompt% cp -p ~/.cshrc ~/tmp/.cshrc > prompt% ls -l ~/.cshrc ~/tmp/.cshrc > -rwxr-x--- 1 pg mygroup 2180 Jan 19 2007 /home/pg/.cshrc > -rwxr-x--- 1 pg mygroup 2180 Oct 31 14:46 /home/pg/tmp/.cshrc > Timestamp was NOT preserved.
Thank you for your report. Can you provide this additional information? Please run strace on the program and report back the system call information from the trace. strace -o cp.strace.out cp -p file1 file2 Thanks, Bob _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
