How can I change 'change' date of file?
        Posted  
        
            by 
                Someone1234
            
        on Super User
        
        See other posts from Super User
        
            or by Someone1234
        
        
        
        Published on 2012-04-08T19:11:20Z
        Indexed on 
            2012/04/09
            11:34 UTC
        
        
        Read the original article
        Hit count: 300
        
linux
How can I change 'change' date?
$ touch -t 9901010000 test;stat test
  File: `test'
  Size: 0           Blocks: 0          IO Block: 4096   regular empty file
Device: fe01h/65025d    Inode: 11279017    Links: 1
Access: (0644/-rw-r--r--)  Uid: ( 1000/    x)   Gid: ( 1000/    x)
Access: 1999-01-01 00:00:00.000000000 +0100
Modify: 1999-01-01 00:00:00.000000000 +0100
**Change: 2012-04-08 19:26:56.061614473 +0200**
 Birth: -
© Super User or respective owner