Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

utime.h(3head) [opensolaris man page]

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)

Check Out this Related Man Page

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.10 10 Sep 2004 utime.h(3HEAD)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Files with 0 file size and created today

hi, I am building a script to identify those files created/modified today and with file size 0. I am able to find the files with 0 file size and created/modified in last 24 hrs as shown below but not today (current date), I tried using (touch -t time filenm) but in my version of unix at work it... (7 Replies)
Discussion started by: rushs682
7 Replies

2. UNIX for Dummies Questions & Answers

Compilation Error--Undeclared Identifier

Hello, I am trying to install BBFTP software on my Mac (OS X), and am running into some compilation errors. Here is the code, the specific errors are listed after: #include <dirent.h> #include <errno.h> #include <fnmatch.h> #include <netinet/in.h> #include <syslog.h> #include <sys/stat.h>... (1 Reply)
Discussion started by: Tyler_92
1 Replies

3. UNIX for Beginners Questions & Answers

NTP synchronised problem in our Centos 7.6 node

Someone, please help on this issue:- Note : for security reason i didn't mention hostnames and ips. ============================================================================== # ntpstat unsynchronised polling server every 1024 s Ntpstat showing unsynchronised. ... (29 Replies)
Discussion started by: shanmugaraj
29 Replies