opensolaris man page for utime

Query: utime

OS: opensolaris

Section: 3head

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

utime.h(3HEAD)							      Headers							    utime.h(3HEAD)

NAME
utime.h, utime - access and modification times structure
SYNOPSIS
#include <utime.h>
DESCRIPTION
The <utime.h> header declares the structure utimbuf, which includes the following members: time_t actime /* access time */ time_t modtime /* modification time */ The times are measured in seconds since the Epoch. The type time_t is defined as described in <sys/types.h>.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+
SEE ALSO
utime(2), types.h(3HEAD), attributes(5), standards(5) SunOS 5.11 10 Sep 2004 utime.h(3HEAD)
Related Man Pages
utime(2) - redhat
utime(2) - suse
utime(2) - debian
utime(2) - minix
utime(3) - osx
Similar Topics in the Unix Linux Community
Process Information
equivalent to utime
Cannot utime: Operation not permitted
utime returning -1 BAD File DEscriptor
Unsure why access time on a directory change isn't changing