Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
install(1)
Edit
PageHistory
Diff
Info
LikePages
INSTALL !!!INSTALL NAME SYNOPSIS DESCRIPTION AUTHOR REPORTING BUGS COPYRIGHT SEE ALSO ---- !!NAME install - copy files and set attributes !!SYNOPSIS __install__ [[''OPTION'']... ''SOURCE DEST (1st format)''__ install__ [[''OPTION'']... ''SOURCE''... ''DIRECTORY (2nd format)''__ install__ ''-d'' [[''OPTION'']... ''DIRECTORY''... ''(3rd format)'' !!DESCRIPTION In the first two formats, copy SOURCE to DEST or multiple SOURCE(s) to the existing DIRECTORY, while setting permission modes and owner/group. In the third format, create all components of the given DIRECTORY(ies). __--backup__[[=''CONTROL''] make a backup of each existing destination file __-b__ like __--backup__ but does not accept an argument __-c__ (ignored) __-d__, __--directory__ treat all arguments as directory names; create all components of the specified directories __-D__ create all leading components of DEST except the last, then copy SOURCE to DEST; useful in the 1st format __-g__, __--group__=''GROUP'' set group ownership, instead of process' current group __-m__, __--mode__=''MODE'' set permission mode (as in chmod), instead of rwxr-xr-x __-o__, __--owner__=''OWNER'' set ownership (super-user only) __-p__, __--preserve-timestamps__ apply access/modification times of SOURCE files to corresponding destination files __-s__, __--strip__ strip symbol tables, only for 1st and 2nd formats __-S__, __--suffix__=''SUFFIX'' override the usual backup suffix __-v__, __--verbose__ print the name of each directory as it is created __--help__ display this help and exit __--version__ output version information and exit The backup suffix is `~', unless set with __--suffix__ or SIMPLE_BACKUP_SUFFIX. The version control method may be selected via the __--backup__ option or through the VERSION_CONTROL environment variable. Here are the values: none, off never make backups (even if __--backup__ is given) numbered, t make numbered backups existing, nil numbered if numbered backups exist, simple otherwise simple, never always make simple backups !!AUTHOR Written by David !MacKenzie. !!REPORTING BUGS Report bugs to !!COPYRIGHT Copyright 2001 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. !!SEE ALSO The full documentation for __install__ is maintained as a Texinfo manual. If the __info__ and __install__ programs are properly installed at your site, the command __info install__ should give you access to the complete manual. ----
One page links to
install(1)
:
Man1i
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.