Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ utime(3) — SunOS 0.4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

UTIME(3)  —  System Interface Manual — Subroutines

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)

Sun System Release 0.3  —  4 April 1983

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026