rex(3R) DG/UX R4.11MU05 rex(3R)
NAME
rex - remote execution protocol
PROTOCOL
/usr/include/rpcsvc/rex.x
DESCRIPTION
This server will execute commands remotely. The working directory
and environment of the command can be specified, and the standard
input and output of the command can be arbitrarily redirected. An
option is provided for interactive I/O for programs that expect to be
running on terminals. Note: this service is only provided with the
TCP transport.
Programs that use this protocol must be loaded using the flag -l
rpcsvc.
PROGRAMMING
#include <sys/ioctl.h>
#include <rpcsvc/rex.h> /* not compiled with rpcgen */
The following XDR routines are available in librpcsvc:
xdrrexstart
xdrrexresult
xdrrexttymode
xdrrexttysize
SEE ALSO
on(1C), rexd(1M), xdr(3N).
Licensed material--property of copyright holder(s)