1 .\" $NetBSD: install.1,v 1.11 1998/09/28 08:16:15 christos Exp $
3 .\" Copyright (c) 1987, 1990, 1993
4 .\" The Regents of the University of California. All rights reserved.
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\" notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\" notice, this list of conditions and the following disclaimer in the
13 .\" documentation and/or other materials provided with the distribution.
14 .\" 3. All advertising materials mentioning features or use of this software
15 .\" must display the following acknowledgement:
16 .\" This product includes software developed by the University of
17 .\" California, Berkeley and its contributors.
18 .\" 4. Neither the name of the University nor the names of its contributors
19 .\" may be used to endorse or promote products derived from this software
20 .\" without specific prior written permission.
22 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
23 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 .\" @(#)install.1 8.1 (Berkeley) 6/6/93
71 The file(s) are moved (copied if the
73 option is specified, or linked if the
75 option is specified) to the target file or directory.
76 If the destination is a directory, then the
80 with its original filename.
81 If the target file already exists, it is overwritten if permissions
87 This flag turns off the default behavior of
89 where it deletes the original file after creating the target.
91 Specify the target's file flags.
94 for a list of possible flags and their meanings.)
98 Specify an alternative mode.
99 The default mode is set to rwxr-xr-x (0755).
100 The specified mode may be either an octal or symbolic value; see
102 for a description of possible mode values.
103 .It Fl l Ar linkflags
104 Instead of copying the file make a link to the source. The type of the
105 link is determined by the
119 (mixed). Absolute and relative have effect only for symbolic links. Mixed links
120 are hard links for files on the same filesystem, symbolic otherwise.
124 Preserve the source files access and modification times.
129 to strip binaries so that install can be portable over a large
130 number of systems and binary types. If the environment variable
132 is set, it is used as the
135 .It Fl S Ar stripflags
139 as option arguments to
145 shell, allowing a single -S argument be to specified to
147 which the shell can then tokenize. Normally,
151 directly. This flag implies -s.
154 Missing parent directories are created as required.
159 preserves all file flags, with the exception of the ``nodump'' flag.
163 utility attempts to prevent moving a file onto itself.
167 creates an empty file.
169 Upon successful completion a value of 0 is returned.
170 Otherwise, a value of 1 is returned.