| INSTALL(1) | General Commands Manual | INSTALL(1) |
install — install
binaries
install |
[-CcDpTv] [-g
group] [-m
mode] [-o
owner] source...
destination |
install |
[-CcDpTv] [-g
group] [-m
mode] [-o
owner] -t
destination source... |
install |
-d [-cv]
[-g group]
[-m mode]
[-o owner]
directory... |
install copies the given
source files to destination. If
destination is a directory then source is copied into
destination with its original filename, otherwise if it already exists, it
is removed.
The mode of destination is set to 755 unless
-m mode is specified.
-C-c-d-Dinstall takes an argument like so:
-D destdir-g
group-m
mode0755/rwr-xr-x’.-o
owner-p-t
destination-T-vThe install utility exits 0 on
success, and >0 if an error occurs.
The install utility appeared in
4.2BSD.
Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
| October 31, 2024 | Linux |