Man Page: utime
Operating Environment: opensolaris
Section: 3head
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 |
| utime(2) - linux |
| utimes(2) - redhat |
| utime(3) - freebsd |
| utime.h(3head) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Process Information |
| Utime Command |
| equivalent to utime |
| Cannot utime: Operation not permitted |
| problem with tar |