Copyright © tutorialspoint.com
Syntax
Definition and UsageSets the access and modification times specified by ATIME and MTIME for the list of files in LIST. The values of ATIME and MTIME must be numerical. The inode modification time is set to the current time. The time must be in the numeric format (for example, seconds since January 1, 1970). Return Value
ExampleCreate a file t.txt in /tmp directory and use the following program to set its modification and access time to the current time.
|
Copyright © tutorialspoint.com