install.1
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 65 行
1
65 行
.\" SCCSID: @(#)install.1 8.1 9/11/90.\" SCCSID: @(#)install.1 8.1 9/11/90.TH install 1.SH Nameinstall \- install binaries.SH Syntax.B install[\fB\-c\fR] [\fB\-m\fI mode\fR\|] [\fB\-o\fI owner\fR\|] [\fB\-g\fI group\fR\|] [\fB\-s\fR] \fIbinary destination\fR.SH Description.NXR "install command".NXR "binary file" "installing"The.I binaryis moved to.IR destination .If.I destinationalready exists,it is removed before.I binaryis moved.If the destination is a directory then.I binaryis moved into the.I destinationdirectory with its original file-name..PPThe.PN installcommandrefuses to move a file onto itself..SH Options.IP \fB\-c\fR 20Copies binary to.I destination..IP "\fB\-\|g\fI group\fR" 20Specifies a different group from group staff for .I destination.The.I destinationis changed to group system; the.B \-g.I groupoption may be used to specify a different group.The user must belong to the specified group and be the owner of the file or the superuser..IP "\fB\-\|m\fI mode\fR" 20Specifies a different mode from the standard 755 for .I destination..IP "\fB\-\|o\fI owner\fR" 20Specifies a different owner from owner root for .I destination.The.I destinationis changed to current owner. The.B \-o.I owneroption may be used to specify a different owner, but onlythe superuser can change the owner..IP \fB\-s\fR 20Strips the binary after it is installed..SH See Alsochgrp(1), chmod(1), cp(1), mv(1), strip(1), chown(8)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?