Man page - installit(1)
Packages contains this manual
- prunehistory(8)
- makehistory(8)
- installit(1)
- buffchan(8)
- active(5)
- qio(3)
- passwd.nntp(5)
- actsync(8)
- scanlogs(8)
- shlock(1)
- inndstart(8)
- getlist(1)
- convdate(1)
- innstat(8)
- tally.unwanted(8)
- overview.fmt(5)
- ctlinnd(8)
- innwatch(8)
- archive(8)
- inn.conf(5)
- innxbatch(8)
- makeactive(8)
- hosts.nntp(5)
- expire(8)
- nnrp.access(5)
- nntpsend(8)
- wildmat(3)
- send-uucp(8)
- grephistory(1)
- in.nnrpd(8)
- nntpsend.ctl(5)
- rnews(1)
- innd(8)
- parsedate(3)
- inews(1)
- innlog.pl(8)
- newslog(8)
- expirerm(8)
- filechan(8)
- newsrequeue(8)
- nntpget(1)
- pgpverify(8)
- writelog(8)
- control.ctl(5)
- batcher(8)
- crosspost(8)
- news-recovery(8)
- expire.ctl(5)
- news.daily(8)
- newsfeeds(5)
- overchan(8)
- innxmit(8)
- clientlib(3)
- expireover(8)
- libinn(3)
- innwatch.ctl(5)
- inncheck(8)
- dbz(3)
- history(5)
- distrib.pats(5)
- innconfval(1)
- cvtbatch(8)
- moderators(5)
- inndcomm(3)
- shrinkfile(1)
- newslog(5)
- subst(1)
- fastrm(8)
- tally.control(8)
apt-get install inn
Manual
INSTALLIT
NAMESYNOPSIS
DESCRIPTION
OPTIONS
BUGS AND LIMITATIONS
HISTORY
NAME
installit - file/directory installation tool
SYNOPSIS
installit [ -o owner ] [ -g group ] [ -O owner ] [ -G group ] [ -m mode ] [ -b backup ] [ -s ] [ -t ] source destination
DESCRIPTION
Installit puts a copy of source into the specified destination .
If source is a period, then destination is taken to be the name of a directory that should be created. Otherwise, source is taken to name an existing file and destination may be either a file or directory; it is interpreted according to the same rules as cp (1).
Installit uses no special privileges to copy files from one place to another.
OPTIONS
|
-b |
If destination names a pre-existing file, it will be removed before the copy is done. To make a backup copy, use the ββ -b ββ flag; the existing file will be renamed to have the specified extension. If source and destination are the same string, or if the two files are identical, then no copying is done, and only the ββ -o ββ, ββ -g ββ, ββ -m ββ, and ββ -s ββ flags (see below) are processed. In this case, the modification time on the destination will be updated using touch (1). |
||
|
-n |
Do not update the modification time on the destination. |
-o -g -m
Once the destination has been created, it is possible to set the owner, group, and mode that it should have. This is done by using the ββ -o ββ, ββ -g ββ, and ββ -m ββ flags, respectively.
|
-O -G |
The ββ -O ββ and ββ -G ββ flags set the owner and group only if installit is being run by root, as determined by whoami (1). |
||
|
-s |
To strip (1) an installed executable, use the ββ -s ββ flag. |
BUGS AND LIMITATIONS
Flags cannot be combined.
The chown (8) command must exist in either the /etc or /usr/etc directory or the userβs PATH.
The whoami command must exist in the /usr/ucb directory or the userβs PATH.
HISTORY
Written by Rich $alz <rsalz@uunet.uu.net> for InterNetNews. This is revision 1.9, dated 1996/10/29.