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
-D
install
takes an argument like so:
-D
destdir-g
group-m
mode0755/rwr-xr-x
’.-o
owner-p
-t
destination-T
-v
The 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>
2024-05-01 | Linux 6.6.67-gentoo-x86_64 |