BOOTSTRAP (kutils) functions


LIBRARY ROUTINE

kremote_exec - creates a khoros command string which can exec'ed on a remote host

LIBRARY CALL

char *kremote_exec(
   const char *machine,
   const char *command,
   char *remotexec)

INPUT

OUTPUT

RETURN VALUE

none

DESCRIPTION

This function make a proper command that the transport mechanisms will interpet as rsh://host/command. If a command of "ls -al" is given and they wish to execute that command on the host "borris". Then a new string will that looks like "rsh://borris/ls -al" will be returned.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$BOOTSTRAP/objects/library/kutils/src/Remote.c

SEE ALSO

kutils(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.