1UTIME(3C) UTIME(3C)
2
3
4
6 utime - set file times
7
9 #include <sys/types.h>
10
11 utime(file, timep)
12 char *file;
13 time_t timep[2];
14
16 This interface is obsoleted by utimes(2).
17
18 The utime call uses the `accessed' and `updated' times in that order
19 from the timep vector to set the corresponding recorded times for file.
20
21 The caller must be the owner of the file or the super-user. The
22 `inode-changed' time of the file is set to the current time.
23
25 utimes(2), stat(2)
26
27
28
294th Berkeley Distribution May 9, 1985 UTIME(3C)