Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ utime.bsd(3C) — Domain/IX SR9.2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

utimes(2)

stat(2)

UTIME(3C)

NAME

utime − set file times

USAGE

#include <sys/types.h>

utime(file, timep)
char *file;
time_t timep[2];

DESCRIPTION

This interface has been made obsolete by utimes(2). 

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. 

RELATED INFORMATION

utimes(2), stat(2)

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