NAME
rwall() — write to specified remote machines
SYNOPSIS
#include <rpcsvc/rwall.h>
int rwall(char *host, char *msg);
DESCRIPTION
rwall()
causes
host
to print the string
msg
to all its users.
It returns 0 if successful.
RPC Info
Program number:
Procs:
- WALLPROC_WALL
Takes string as argument (wrapstring), returns no
arguments. Executes wall on remote host with
string.
Versions:
WARNINGS
User applications that call this routine must be linked with
/usr/lib/librpcsvc.a.
For example,
AUTHOR
rwall()
was developed by Sun Microsystems, Inc.