|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
UTIME(3) FreeBSD Library Functions Manual UTIME(3)
NAME
utime -- set file times
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <utime.h>
int
utime(const char *file, const struct utimbuf *timep);
DESCRIPTION
This interface is obsoleted by utimes(2).
The utime() function sets the access and modification times of the named
file from the actime and modtime fields of the struct utimbuf pointed at
by timep.
If the times are specified (the timep argument is non-NULL) the caller
must be the owner of the file or be the super-user.
If the times are not specified (the timep argument is NULL) the caller
must be the owner of the file, have permission to write the file, or be
the super-user.
ERRORS
The utime() function may fail and set errno for any of the errors speci-
fied for the library function utimes(2).
SEE ALSO
stat(2), utimes(2)
STANDARDS
The utime() function conforms to IEEE Std 1003.1-1988 (``POSIX.1'').
HISTORY
A utime() function appeared in Version 7 AT&T UNIX.
FreeBSD 6.2 June 4, 1993 FreeBSD 6.2
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Fri Sep 21 07:56:48 BST 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
svn man page (5400 hits) (FreeBSD 6.2)
sqlite3 man page (5399 hits) (openSUSE 10.2)
adv_cap_autoneg man page (4903 hits) (Solaris 10 11_06)
CPAN man page (4638 hits) (Suse Linux 10.1)
ssh man page (4358 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (3025 hits) (Solaris 10 11_06)
netcat man page (2831 hits) (Suse Linux 10.1)
signal man page (2740 hits) (Suse Linux 10.1)
pprosetup man page (2531 hits) (Solaris 10 11_06)
startproc man page (2526 hits) (Suse Linux 10.1)
|