Difference between revisions of "Install"

From wikieduonline
Jump to navigation Jump to search
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
<code>install</code> - copy files and set attributes
+
<code>install</code> binary copy files and set attributes. It is include in <code>[[coreutils]]</code> package.
 
* https://linux.die.net/man/1/install
 
* https://linux.die.net/man/1/install
 +
 +
[[install -d]]
 +
 +
== Examples ==
 +
* <code>install -D [[/dev/null]] /path/to/createfile.txt</code>
 +
 +
* <code>install -Ur [[requirements.txt]]</code>
 +
 +
* <code>[[install -m]]</code>
 +
 +
== Related ==
 +
* [[David MacKenzie]]
 +
* <code>[[touch]]</code>
 +
* <code>[[aws deploy install]]</code>
 +
* <code>[[snap install]]</code>
 +
 +
==See also==
 +
* {{coreutils}}
 +
* {{Linux}}
 +
 +
[[Category:Linux]]

Latest revision as of 11:17, 17 January 2024

Advertising: