2013-10-06 01:24:36 +04:00
|
|
|
.\" $NetBSD: utimes.2,v 1.40 2013/10/05 21:24:36 ast Exp $
|
1995-02-27 15:31:34 +03:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1990, 1993
|
|
|
|
.\" The Regents of the University of California. All rights reserved.
|
1993-03-21 12:45:37 +03:00
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
2003-08-07 20:42:00 +04:00
|
|
|
.\" 3. Neither the name of the University nor the names of its contributors
|
1993-03-21 12:45:37 +03:00
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
1995-02-27 15:31:34 +03:00
|
|
|
.\" @(#)utimes.2 8.1 (Berkeley) 6/4/93
|
1993-03-21 12:45:37 +03:00
|
|
|
.\"
|
2013-09-14 14:41:18 +04:00
|
|
|
.Dd September 14, 2013
|
1993-03-21 12:45:37 +03:00
|
|
|
.Dt UTIMES 2
|
1999-03-22 22:44:33 +03:00
|
|
|
.Os
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh NAME
|
1997-10-06 05:12:06 +04:00
|
|
|
.Nm utimes ,
|
|
|
|
.Nm lutimes ,
|
2011-08-17 11:22:33 +04:00
|
|
|
.Nm futimes ,
|
2012-11-03 23:39:21 +04:00
|
|
|
.Nm utimens ,
|
|
|
|
.Nm lutimens ,
|
2011-08-17 11:22:33 +04:00
|
|
|
.Nm futimens ,
|
|
|
|
.Nm utimensat
|
1993-03-21 12:45:37 +03:00
|
|
|
.Nd set file access and modification times
|
1999-12-03 00:42:35 +03:00
|
|
|
.Sh LIBRARY
|
|
|
|
.Lb libc
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh SYNOPSIS
|
2003-04-16 17:34:34 +04:00
|
|
|
.In sys/time.h
|
1993-03-21 12:45:37 +03:00
|
|
|
.Ft int
|
2004-04-27 05:12:44 +04:00
|
|
|
.Fn utimes "const char *path" "const struct timeval times[2]"
|
1996-04-23 14:34:16 +04:00
|
|
|
.Ft int
|
2004-04-27 05:12:44 +04:00
|
|
|
.Fn lutimes "const char *path" "const struct timeval times[2]"
|
1997-10-06 05:12:06 +04:00
|
|
|
.Ft int
|
2013-03-08 20:52:11 +04:00
|
|
|
.Fn futimes "int fd" "const struct timeval times[2]"
|
2013-09-14 14:41:18 +04:00
|
|
|
.In sys/stat.h
|
2012-11-03 23:39:21 +04:00
|
|
|
.Ft int
|
2013-03-08 20:52:11 +04:00
|
|
|
.Fn utimens "const char *path" "const struct timespec times[2]"
|
2012-11-03 23:39:21 +04:00
|
|
|
.Ft int
|
2013-03-08 20:52:11 +04:00
|
|
|
.Fn lutimens "const char *path" "const struct timespec times[2]"
|
2011-08-17 11:22:33 +04:00
|
|
|
.Ft int
|
|
|
|
.Fn futimens "int fd" "const struct timespec times[2]"
|
2013-09-14 14:41:18 +04:00
|
|
|
.In sys/stat.h
|
2012-12-02 01:07:00 +04:00
|
|
|
.In fcntl.h
|
2011-08-17 11:22:33 +04:00
|
|
|
.Ft int
|
Add most system calls for POSIX extended API set, part 2, with test cases:
faccessat(2), fchmodat(2), fchownat(2), fstatat(2), mkdirat(2), mkfifoat(2),
mknodat(2), linkat(2), readlinkat(2), symlinkat(2), renameat(2), unlinkat(2),
utimensat(2), openat(2).
Also implement O_SEARCH for openat(2)
Still missing:
- some flags for openat(2)
- fexecve(2) implementation
2012-11-18 21:41:51 +04:00
|
|
|
.Fn utimensat "int fd" "const char *path" "const struct timespec times[2]" \
|
|
|
|
"int flag"
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh DESCRIPTION
|
1996-04-23 14:34:16 +04:00
|
|
|
The access and modification times of the file named by
|
|
|
|
.Fa path
|
|
|
|
or referenced by
|
|
|
|
.Fa fd
|
|
|
|
are changed as specified by the argument
|
|
|
|
.Fa times .
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
2001-09-16 05:38:59 +04:00
|
|
|
If
|
1993-03-21 12:45:37 +03:00
|
|
|
.Fa times
|
2001-09-16 05:38:59 +04:00
|
|
|
is
|
1993-08-14 04:00:56 +04:00
|
|
|
.Dv NULL ,
|
|
|
|
the access and modification times are set to the current time.
|
|
|
|
The caller must be the owner of the file, have permission to
|
|
|
|
write the file, or be the super-user.
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
1993-08-14 04:00:56 +04:00
|
|
|
If
|
1993-03-21 12:45:37 +03:00
|
|
|
.Fa times
|
1993-08-14 04:00:56 +04:00
|
|
|
is
|
2001-09-16 05:38:59 +04:00
|
|
|
.Pf non- Dv NULL ,
|
1993-08-14 04:00:56 +04:00
|
|
|
it is assumed to point to an array of two timeval structures.
|
|
|
|
The access time is set to the value of the first element, and the
|
|
|
|
modification time is set to the value of the second element.
|
2008-06-17 21:46:40 +04:00
|
|
|
For file systems that support file birth (creation) times (such as
|
|
|
|
UFS2), the birth time will be set to the value of the second element
|
|
|
|
if the second element is older than the currently set birth time.
|
|
|
|
To set both a birth time and a modification time, two calls are
|
|
|
|
required; the first to set the birth time and the second to set
|
|
|
|
the (presumably newer) modification time.
|
|
|
|
Ideally a new system call will be added that allows the setting of
|
|
|
|
all three times at once.
|
1993-08-14 04:00:56 +04:00
|
|
|
The caller must be the owner of the file or be the super-user.
|
|
|
|
.Pp
|
|
|
|
In either case, the inode-change-time of the file is set to the current
|
|
|
|
time.
|
1997-10-06 05:12:06 +04:00
|
|
|
.Pp
|
1997-10-11 07:27:59 +04:00
|
|
|
.Fn lutimes
|
1997-10-06 05:12:06 +04:00
|
|
|
is like
|
|
|
|
.Fn utimes
|
|
|
|
except in the case where the named file is a symbolic link,
|
|
|
|
in which case
|
|
|
|
.Fn lutimes
|
|
|
|
changes the access and modification times of the link,
|
|
|
|
while
|
|
|
|
.Fn utimes
|
|
|
|
changes the times of the file the link references.
|
2011-08-17 11:22:33 +04:00
|
|
|
.Pp
|
2012-11-03 23:39:21 +04:00
|
|
|
.Fn utimens ,
|
|
|
|
.Fn lutimens ,
|
|
|
|
and
|
2011-08-17 11:22:33 +04:00
|
|
|
.Fn futimens
|
2012-11-04 14:57:33 +04:00
|
|
|
are like
|
2012-11-03 23:39:21 +04:00
|
|
|
.Fn utimes ,
|
|
|
|
.Fn lutimes ,
|
|
|
|
and
|
2011-08-17 11:22:33 +04:00
|
|
|
.Fn futimes
|
2012-11-03 23:39:21 +04:00
|
|
|
respectively except that time is specified with nanosecond instead of
|
|
|
|
microsecond precision.
|
2011-08-17 11:22:33 +04:00
|
|
|
.Pp
|
2011-08-17 12:29:20 +04:00
|
|
|
.Fn utimensat
|
Add most system calls for POSIX extended API set, part 2, with test cases:
faccessat(2), fchmodat(2), fchownat(2), fstatat(2), mkdirat(2), mkfifoat(2),
mknodat(2), linkat(2), readlinkat(2), symlinkat(2), renameat(2), unlinkat(2),
utimensat(2), openat(2).
Also implement O_SEARCH for openat(2)
Still missing:
- some flags for openat(2)
- fexecve(2) implementation
2012-11-18 21:41:51 +04:00
|
|
|
works the same way as
|
|
|
|
.Fn utimens
|
|
|
|
except if
|
|
|
|
.Fa path
|
2012-12-02 01:07:00 +04:00
|
|
|
is relative.
|
|
|
|
In that case, it is looked up from a directory whose file
|
Add most system calls for POSIX extended API set, part 2, with test cases:
faccessat(2), fchmodat(2), fchownat(2), fstatat(2), mkdirat(2), mkfifoat(2),
mknodat(2), linkat(2), readlinkat(2), symlinkat(2), renameat(2), unlinkat(2),
utimensat(2), openat(2).
Also implement O_SEARCH for openat(2)
Still missing:
- some flags for openat(2)
- fexecve(2) implementation
2012-11-18 21:41:51 +04:00
|
|
|
descriptor was passed as
|
|
|
|
.Fa fd .
|
2013-01-13 12:15:02 +04:00
|
|
|
Search permission is required on this directory.
|
|
|
|
.\" (These alternatives await a decision about the semantics of O_SEARCH)
|
|
|
|
.\" Search permission is required on this directory
|
|
|
|
.\" except if
|
|
|
|
.\" .Fa fd
|
|
|
|
.\" was opened with the
|
|
|
|
.\" .Dv O_SEARCH
|
|
|
|
.\" flag.
|
|
|
|
.\" - or -
|
|
|
|
.\" This file descriptor must have been opened with the
|
|
|
|
.\" .Dv O_SEARCH
|
|
|
|
.\" flag.
|
Add most system calls for POSIX extended API set, part 2, with test cases:
faccessat(2), fchmodat(2), fchownat(2), fstatat(2), mkdirat(2), mkfifoat(2),
mknodat(2), linkat(2), readlinkat(2), symlinkat(2), renameat(2), unlinkat(2),
utimensat(2), openat(2).
Also implement O_SEARCH for openat(2)
Still missing:
- some flags for openat(2)
- fexecve(2) implementation
2012-11-18 21:41:51 +04:00
|
|
|
.Fa fd
|
|
|
|
can be set to
|
|
|
|
.Dv AT_FDCWD
|
2012-12-02 01:07:00 +04:00
|
|
|
in order to specify the current directory.
|
Add most system calls for POSIX extended API set, part 2, with test cases:
faccessat(2), fchmodat(2), fchownat(2), fstatat(2), mkdirat(2), mkfifoat(2),
mknodat(2), linkat(2), readlinkat(2), symlinkat(2), renameat(2), unlinkat(2),
utimensat(2), openat(2).
Also implement O_SEARCH for openat(2)
Still missing:
- some flags for openat(2)
- fexecve(2) implementation
2012-11-18 21:41:51 +04:00
|
|
|
.Pp
|
2012-12-02 00:45:01 +04:00
|
|
|
When it operates on a symbolic link,
|
Add most system calls for POSIX extended API set, part 2, with test cases:
faccessat(2), fchmodat(2), fchownat(2), fstatat(2), mkdirat(2), mkfifoat(2),
mknodat(2), linkat(2), readlinkat(2), symlinkat(2), renameat(2), unlinkat(2),
utimensat(2), openat(2).
Also implement O_SEARCH for openat(2)
Still missing:
- some flags for openat(2)
- fexecve(2) implementation
2012-11-18 21:41:51 +04:00
|
|
|
.Fn utimensat
|
|
|
|
will change the target's time unless
|
|
|
|
.Dv AT_SYMLINK_NOFOLLOW
|
2012-12-02 00:45:01 +04:00
|
|
|
is set in
|
Add most system calls for POSIX extended API set, part 2, with test cases:
faccessat(2), fchmodat(2), fchownat(2), fstatat(2), mkdirat(2), mkfifoat(2),
mknodat(2), linkat(2), readlinkat(2), symlinkat(2), renameat(2), unlinkat(2),
utimensat(2), openat(2).
Also implement O_SEARCH for openat(2)
Still missing:
- some flags for openat(2)
- fexecve(2) implementation
2012-11-18 21:41:51 +04:00
|
|
|
.Fa flag .
|
|
|
|
In that later case, the symbolic link's dates are changed.
|
2011-08-17 11:22:33 +04:00
|
|
|
.Pp
|
|
|
|
The nanosecond fields for
|
2012-11-03 23:39:21 +04:00
|
|
|
.Fn utimens ,
|
|
|
|
.Fn lutimens ,
|
|
|
|
.Fn futimens ,
|
2011-08-17 11:22:33 +04:00
|
|
|
and
|
|
|
|
.Fn utimensat
|
2011-08-17 12:29:20 +04:00
|
|
|
can be set to the special value
|
2011-08-17 11:22:33 +04:00
|
|
|
.Dv UTIME_NOW
|
|
|
|
to set the current time, or to
|
|
|
|
.Dv UTIME_OMIT
|
|
|
|
to let the time unchanged (this allows changing access time but not
|
|
|
|
modification time, and vice-versa).
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh RETURN VALUES
|
2013-07-29 18:34:59 +04:00
|
|
|
.Rv -std utimes lutimes futimes utimens lutimens futimens utimensat
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh ERRORS
|
2011-08-17 11:22:33 +04:00
|
|
|
.Fn utimes ,
|
|
|
|
.Fn lutimes ,
|
2012-11-03 23:39:21 +04:00
|
|
|
.Fn utimens ,
|
|
|
|
.Fn lutimens ,
|
1997-10-06 12:22:58 +04:00
|
|
|
and
|
2011-08-17 11:22:33 +04:00
|
|
|
.Fn utimensat
|
1993-03-21 12:45:37 +03:00
|
|
|
will fail if:
|
|
|
|
.Bl -tag -width Er
|
|
|
|
.It Bq Er EACCES
|
|
|
|
Search permission is denied for a component of the path prefix;
|
|
|
|
or the
|
|
|
|
.Fa times
|
|
|
|
argument is
|
|
|
|
.Dv NULL
|
|
|
|
and the effective user ID of the process does not
|
|
|
|
match the owner of the file, and is not the super-user, and write
|
|
|
|
access is denied.
|
|
|
|
.It Bq Er EFAULT
|
1997-10-11 07:27:59 +04:00
|
|
|
.Fa path
|
1993-03-21 12:45:37 +03:00
|
|
|
or
|
|
|
|
.Fa times
|
|
|
|
points outside the process's allocated address space.
|
|
|
|
.It Bq Er EIO
|
|
|
|
An I/O error occurred while reading or writing the affected inode.
|
|
|
|
.It Bq Er ELOOP
|
|
|
|
Too many symbolic links were encountered in translating the pathname.
|
|
|
|
.It Bq Er ENAMETOOLONG
|
2001-09-16 05:38:59 +04:00
|
|
|
A component of a pathname exceeded
|
2010-04-29 11:31:02 +04:00
|
|
|
.Brq Dv NAME_MAX
|
2001-09-16 05:38:59 +04:00
|
|
|
characters, or an entire path name exceeded
|
2010-04-29 11:31:02 +04:00
|
|
|
.Brq Dv PATH_MAX
|
1994-04-19 04:10:45 +04:00
|
|
|
characters.
|
1993-03-21 12:45:37 +03:00
|
|
|
.It Bq Er ENOENT
|
|
|
|
The named file does not exist.
|
|
|
|
.It Bq Er ENOTDIR
|
|
|
|
A component of the path prefix is not a directory.
|
|
|
|
.It Bq Er EPERM
|
|
|
|
The
|
|
|
|
.Fa times
|
|
|
|
argument is not
|
|
|
|
.Dv NULL
|
|
|
|
and the calling process's effective user ID
|
|
|
|
does not match the owner of the file and is not the super-user.
|
|
|
|
.It Bq Er EROFS
|
|
|
|
The file system containing the file is mounted read-only.
|
|
|
|
.El
|
1997-10-06 05:12:06 +04:00
|
|
|
.Pp
|
2013-07-29 18:34:59 +04:00
|
|
|
In addition,
|
|
|
|
.Fn utimensat
|
|
|
|
will fail if:
|
|
|
|
.Bl -tag -width Er
|
|
|
|
.It Bq Er EBADF
|
|
|
|
.Fa path
|
|
|
|
does not specify an absolute path and
|
|
|
|
.Fa fd
|
|
|
|
is neither
|
|
|
|
.Dv AT_FDCWD
|
|
|
|
nor a valid file descriptor open for reading or searching.
|
|
|
|
.It Bq Er ENOTDIR
|
|
|
|
.Fa path
|
|
|
|
is not an absolute path and
|
|
|
|
.Fa fd
|
|
|
|
is a file descriptor associated with a non-directory file.
|
|
|
|
.El
|
|
|
|
.Pp
|
1997-10-11 07:27:59 +04:00
|
|
|
.Fn futimes
|
2011-08-17 11:22:33 +04:00
|
|
|
and
|
|
|
|
.Fn futimens
|
1996-04-23 14:34:16 +04:00
|
|
|
will fail if:
|
|
|
|
.Bl -tag -width Er
|
|
|
|
.It Bq Er EACCES
|
|
|
|
The
|
|
|
|
.Fa times
|
|
|
|
argument is
|
|
|
|
.Dv NULL
|
|
|
|
and the effective user ID of the process does not
|
|
|
|
match the owner of the file, and is not the super-user, and write
|
|
|
|
access is denied.
|
2010-04-29 11:31:02 +04:00
|
|
|
.It Bq Er EBADF
|
|
|
|
.Fa fd
|
|
|
|
does not refer to a valid descriptor.
|
1996-04-23 14:34:16 +04:00
|
|
|
.It Bq Er EFAULT
|
1997-10-11 07:27:59 +04:00
|
|
|
.Fa times
|
1996-04-23 14:34:16 +04:00
|
|
|
points outside the process's allocated address space.
|
|
|
|
.It Bq Er EIO
|
|
|
|
An I/O error occurred while reading or writing the affected inode.
|
|
|
|
.It Bq Er EPERM
|
|
|
|
The
|
|
|
|
.Fa times
|
|
|
|
argument is not
|
|
|
|
.Dv NULL
|
|
|
|
and the calling process's effective user ID
|
|
|
|
does not match the owner of the file and is not the super-user.
|
|
|
|
.It Bq Er EROFS
|
|
|
|
The file system containing the file is mounted read-only.
|
|
|
|
.El
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh SEE ALSO
|
1993-08-14 04:00:56 +04:00
|
|
|
.Xr stat 2 ,
|
1999-09-27 01:00:25 +04:00
|
|
|
.Xr utime 3 ,
|
|
|
|
.Xr symlink 7
|
2010-04-29 11:14:35 +04:00
|
|
|
.Sh STANDARDS
|
|
|
|
The
|
|
|
|
.Fn utimes
|
|
|
|
function conforms to
|
|
|
|
.St -p1003.1-2001 .
|
2010-04-29 21:02:38 +04:00
|
|
|
It was however marked as legacy in the
|
|
|
|
.St -p1003.1-2004
|
|
|
|
revision.
|
2011-08-17 12:29:20 +04:00
|
|
|
.Fn futimens
|
2011-08-17 11:22:33 +04:00
|
|
|
and
|
2011-10-25 13:26:53 +04:00
|
|
|
.Fn utimensat
|
2011-08-17 11:22:33 +04:00
|
|
|
functions conform to
|
|
|
|
.St -p1003.1-2008 .
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
1993-11-25 03:38:17 +03:00
|
|
|
.Fn utimes
|
1993-03-21 12:45:37 +03:00
|
|
|
function call appeared in
|
|
|
|
.Bx 4.2 .
|
1996-04-23 14:34:16 +04:00
|
|
|
The
|
|
|
|
.Fn futimes
|
|
|
|
function call appeared in
|
|
|
|
.Nx 1.2 .
|
1997-10-06 05:12:06 +04:00
|
|
|
The
|
|
|
|
.Fn lutimes
|
|
|
|
function call appeared in
|
|
|
|
.Nx 1.3 .
|
2008-06-17 21:46:40 +04:00
|
|
|
Birthtime setting support was added in
|
|
|
|
.Nx 5.0 .
|
2011-08-17 11:22:33 +04:00
|
|
|
.Fn futimens
|
|
|
|
and
|
|
|
|
.Fn utimensat
|
2013-10-06 01:24:36 +04:00
|
|
|
functions calls appeared in
|
2011-08-17 12:29:20 +04:00
|
|
|
.Nx 6.0 .
|