View Single Post

   
  #4 (permalink)  
Old 02-20-2008, 01:39 PM
Peter
 
Posts: n/a
Default Re: renaming a directory

Thanks for your reply but I tested with ctime and it also does not
change after a directory move/rename:

root@marty:/vol3# ls -lhc --full-time
drwxr-xr-x 2 root root 48 2006-02-16 15:24:17.000000000 -0500
test/

root@marty:/vol3# mv test test2

root@marty:/vol3# ls -lhc --full-time
drwxr-xr-x 2 root root 48 2006-02-16 15:24:17.000000000 -0500
test2/

Reply With Quote