Displaying 1 result from an estimated 1 matches for "nifteaux".
2005 Apr 24
1
the second time rsyncing a readonly file
Like nifteaux (nifto) man, all I did was change the sleep time and I
get different results:
$ touch u; sleep 0;touch v; chmod 0 v; rsync u v; ls -og u v; /bin/rm -f u v
-rw-r--r-- 1 0 2005-04-25 00:05 u
---------- 1 0 2005-04-25 00:05 v
$ touch u; sleep 1;touch v; chmod 0 v; rsync u v; ls -og u v; /bin/rm -f...