Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The stat() system call retrieves information about a file (metadata), most of which is drawn from the file i-node. This information includes file ownership, file permissions, and file timestamps.
A program can update a file’s last access time and last modification time using utime(), utimes(), and various similar interfaces.