Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ utime(3C) — bsd — mips UMIPS RISC/os 4.52

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

utimes(2)

stat(2)



UTIME(3C-BSD)       RISC/os Reference Manual        UTIME(3C-BSD)



NAME
     utime - set file times

SYNOPSIS
     #include <sys/types.h>

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

DESCRIPTION
     This interface is obsoleted 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.

SEE ALSO
     utimes(2), stat(2)
































                         Printed 1/15/91                   Page 1



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