📄 rexec.3
字号:
.\" Copyright (c) 1983, 1991, 1993.\" The Regents of the University of California. All rights reserved..\".\" Redistribution and use in source and binary forms, with or without.\" modification, are permitted provided that the following conditions.\" are met:.\" 1. Redistributions of source code must retain the above copyright.\" notice, this list of conditions and the following disclaimer..\" 2. Redistributions in binary form must reproduce the above copyright.\" notice, this list of conditions and the following disclaimer in the.\" documentation and/or other materials provided with the distribution..\" 3. All advertising materials mentioning features or use of this software.\" must display the following acknowledgement:.\" This product includes software developed by the University of.\" California, Berkeley and its contributors..\" 4. Neither the name of the University nor the names of its contributors.\" may be used to endorse or promote products derived from this software.\" without specific prior written permission..\".\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION).\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF.\" SUCH DAMAGE..\".\" @(#)rexec.3 8.1 (Berkeley) 6/4/93.\".Dd June 4, 1993.Dt REXEC 3.Os BSD 4.2.Sh NAME.Nm rexec.Nd return stream to a remote command.Sh SYNOPSIS.Ft int.Fn rexec ahost "int inport" "char *user" "char *passwd" "char *cmd" "int *fd2p".Sh DESCRIPTION.Bf -symbolicThis interface is obsoleted by krcmd(3).It is available from the compatibility library, libcompat..Ef.PpThe.Fn rexecfunctionlooks up the host.Fa *ahostusing.Xr gethostbyname 3 ,returning \-1 if the host does not exist.Otherwise.Fa *ahostis set to the standard name of the host.If a username and password are both specified, then theseare used to authenticate to the foreign host; otherwisethe environment and then the user's.Pa .netrcfile in hishome directory are searched for appropriate information.If all this fails, the user is prompted for the information..PpThe port.Fa inportspecifies which well-known.Tn DARPAInternet port to use forthe connection; the call.Ql getservbyname(\\*qexec\\*q, \\*qtcp\\*q)(see .Xr getservent 3 )will return a pointer to a structure, which contains thenecessary port.The protocol for connection is described in detail in.Xr rexecd 8 ..PpIf the connection succeeds,a socket in the Internet domain of type.Dv SOCK_STREAMis returned tothe caller, and given to the remote command as.Em stdinand.Em stdout .If.Fa fd2pis non-zero, then an auxiliary channel to a controlprocess will be setup, and a descriptor for it will be placedin.Fa *fd2p .The control process will return diagnosticoutput from the command (unit 2) on this channel, and will alsoaccept bytes on this channel as being.Tn UNIXsignal numbers, to beforwarded to the process group of the command. The diagnosticinformation returned does not include remote authorization failure,as the secondary connection is set up after authorization has beenverified.If.Fa fd2pis 0, then the .Em stderr(unit 2 of the remotecommand) will be made the same as the .Em stdoutand noprovision is made for sending arbitrary signals to the remote process,although you may be able to get its attention by using out-of-band data..Sh SEE ALSO.Xr rcmd 3 ,.Xr rexecd 8.Sh HISTORYThe.Fn rexecfunction appeared in .Bx 4.2 .
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -