UTIME

Section: System Calls (2)
Index Return to Main Contents
 

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


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
ASSEMBLER

This document was created by man2html, using the manual pages.
Time: 10:17:39 GMT, December 28, 2024