Install: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux =Overview=")
 
Line 4: Line 4:


=Overview=
=Overview=
Utility to install binaries. It copies files by combining several commands into one to make them easy to use. It combines <code>cp</code>, <code>chown</code>, <code>chmod</code> and <code>strip</code>.
install [''options'']... <''source''> <''dest''>
install [''options'']... <''source''> <''source''> .... <''source''> <''dest-directory''>
install [''options'']... -t <''dest-directory''> <''source''>
install [''options'']... -d <''directory''>
=Example=

Revision as of 22:00, 18 November 2019

Internal

Overview

Utility to install binaries. It copies files by combining several commands into one to make them easy to use. It combines cp, chown, chmod and strip.

install [options]... <source> <dest>
install [options]... <source> <source> .... <source> <dest-directory>
install [options]... -t <dest-directory> <source>
install [options]... -d <directory>

Example