xref: /illumos-gate/usr/src/man/man1b/touch.1b (revision 8e458de0baeb1fee50643403223bc7e909a48464)
te
Copyright (c) 1996, Sun Microsystems, Inc. All Rights Reserved
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
TOUCH 1B "Oct 26, 1995"
NAME
touch - change file access and modification times
SYNOPSIS

/usr/ucb/touch [-acfm] file...
DESCRIPTION

touch sets the access and modification times of each file to the current time. file is created if it does not already exist.

OPTIONS
-a

Change the access time of file. Do not change the modification time unless -m is also specified.

-c

Do not create file if it does not exist.

-f

Attempt to force the touch in spite of read and write permissions on file.

-m

Change the modification time of file. Do not change the access time unless -a is also specified.

USAGE

See largefile(5) for the description of the behavior of touch when encountering files greater than or equal to 2 Gbyte ( 2^31 bytes).

EXIT STATUS

The following exit values are returned: 0

touch executed successfully and all requested changes were made.

>0

An error occurred. touch returns the number of files for which the times could not be successfully modified.

SEE ALSO

touch(1), attributes(5), largefile(5)