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)NAMEutime.h, utime - access and modification times structureSYNOPSIS#include <utime.h>DESCRIPTIONThe <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>.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+SEE ALSOutime(2), types.h(3HEAD), attributes(5), standards(5) SunOS 5.11 10 Sep 2004 utime.h(3HEAD)
Related Man Pages |
---|
utime(2) - opensolaris |
utimes(2) - linux |
utime(2) - suse |
utime(2) - debian |
utime(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Process Information |
Utime Command |
Cannot utime: Operation not permitted |
problem with tar |
Unsure why access time on a directory change isn't changing |