v7 man page for utime

Query: utime

OS: v7

Section: 2

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

UTIME(2)							System Calls Manual							  UTIME(2)

NAME
utime - set file times
SYNOPSIS
#include <sys/types.h> utime(file, timep) char *file; time_t timep[2];
DESCRIPTION
The utime call uses the `accessed' and `updated' times in that order from the timep vector to set the corresponding recorded times for file. The caller must be the owner of the file or the super-user. The `inode-changed' time of the file is set to the current time.
SEE ALSO
stat (2)
ASSEMBLER
(utime = 30.) sys utime; file; timep UTIME(2)
Related Man Pages
utime(2) - redhat
utime(2) - linux
utime(2) - suse
utimes(2) - redhat
utime(2) - debian
Similar Topics in the Unix Linux Community
Process Information
Utime Command
Cannot utime: Operation not permitted
problem with tar
Unsure why access time on a directory change isn't changing