I think this is an error in the inode(7) man page which I noticed here: http://man7.org/linux/man-pages/man7/inode.7.html On these lines, "stat.st_atime" should be "stat.st_mtime": Last modification timestamp (mtime) stat.st_atime; statx.stx_mtime Thanks! Acorn