utime(3head) opensolaris man page | unix.com

Man Page: utime

Operating Environment: opensolaris

Section: 3head

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) - opensolaris
utime(2) - centos
utime(2) - minix
utime(3) - osx
utime(3) - freebsd
Similar Topics in the Unix Linux Community
Process Information
equivalent to utime
Cannot utime: Operation not permitted
problem with tar
Unsure why access time on a directory change isn't changing