Manual Pages for UNIX Darwin command on man install
MyWebUniversity

Manual Pages for UNIX Darwin command on man install

INSTALL(1) BSD General Commands Manual INSTALL(1)

NAME

iinnssttaallll - install binaries

SYNOPSIS

iinnssttaallll [-bbCCccMMppSSssvv] [-BB suffix] [-ff flags] [-gg group] [-mm mode]

[-oo owner] file1 file2

iinnssttaallll [-bbCCccMMppSSssvv] [-BB suffix] [-ff flags] [-gg group] [-mm mode]

[-oo owner] file1 ... fileN directory

iinnssttaallll -dd [-vv] [-gg group] [-mm mode] [-oo owner] directory ...

DESCRIPTION

The file(s) are copied to the target file or directory. If the destina-

tion is a directory, then the file is copied into directory with its original filename. If the target file already exists, it is either

renamed to file.old if the -bb option is given or overwritten if permis-

sions allow. An alternate backup suffix may be specified via the -BB

option's argument. The options are as follows:

-bb Back up any existing files before overwriting them by renaming

them to file.old. See -BB for specifying a different backup suf-

fix.

-BB suffix

Use suffix as the backup suffix if -bb is given.

-CC Copy the file. If the target file already exists and the files

are the same, then don't change the modification time of the tar-

get.

-cc Copy the file. This is actually the default. The -cc option is

only included for backwards compatibility.

-dd Create directories. Missing parent directories are created as

required.

-ff Specify the target's file flags; see chflags(1) for a list of

possible flags and their meanings.

-gg Specify a group. A numeric GID is allowed.

-MM Disable all use of mmap(2).

-mm Specify an alternate mode. The default mode is set to rwxr-xr-x

(0755). The specified mode may be either an octal or symbolic value; see chmod(1) for a description of possible mode values.

-oo Specify an owner. A numeric UID is allowed.

-pp Preserve the modification time. Copy the file, as if the -CC

(compare and copy) option is specified, except if the target file

doesn't already exist or is different, then preserve the modifi-

cation time of the file.

-SS Safe copy. Normally, iinnssttaallll unlinks an existing target before

installing the new file. With the -SS flag a temporary file is

used and then renamed to be the target. The reason this is safer is that if the copy or rename fails, the existing target is left untouched.

-ss iinnssttaallll exec's the command strip(1) to strip binaries so that

iinnssttaallll can be portable over a large number of systems and binary types.

-vv Causes iinnssttaallll to show when -CC actually installs something.

By default, iinnssttaallll preserves all file flags, with the exception of the ``nodump'' flag. The iinnssttaallll utility attempts to prevent moving a file onto itself. Installing /dev/null creates an empty file. DIAGNOSTICS The iinnssttaallll utility exits 0 on success, and 1 otherwise. FILES

INS@XXXX If either -SS option is specified, or the -CC or -pp option is

used in conjuction with the -ss option, temporary files named

INS@XXXX, where XXXX is decided by mkstemp(3), are created in the target directory. CCOOMMPPAATTIIBBIILLIITTYY Historically iinnssttaallll moved files by default. The default was changed to copy in FreeBSD 4.4.

SEE ALSO

chflags(1), chgrp(1), chmod(1), cp(1), mv(1), strip(1), mmap(2), chown(8) HISTORY The iinnssttaallll utility appeared in 4.2BSD.

BUGS

Temporary files may be left in the target directory if iinnssttaallll exits abnormally. File flags cannot be set by fchflags(2) over a NFS file system. Other file systems do not have a concept of flags. iinnssttaallll will only warn when flags could not be set on a file system that does not support them.

iinnssttaallll with -vv falsely says a file is copied when -CC snaps hard links.

BSD May 7, 2001 BSD




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™