August 2000
Intermediate to advanced
816 pages
29h 45m
English
install
install [options] [file] directories
System administration command. Used primarily in makefiles to update files. install copies files into user-specified directories. It will not overwrite a file. Similar to cp but attempts to set permission modes, owner, and group.
Create any missing directories.
Set group ID of new file to group (privileged users only).
Set permissions of new file to mode (octal or symbolic). By default, the mode is 0755.
Set ownership to owner or, if unspecified, to root (privileged users only).
Strip symbol tables.
Read now
Unlock full access