On 07/23/10 01:29, Torino Stampanti wrote: > Now I'm doing a test for verifie a parameter that you wrote me. > In particular: ctime, size, owner and group with "ls -la" and "du -s".
"ls -la" does not report ctime. You'd need "ls -lc". > Do you think is possible that the "parameter" changed when the "tar" > process was ran? Sorry, I don't know what you mean by "parameter". The only things that tar looks at are the st_ctime and st_size of the struct stat for the file, before and after it's read.
