RWALL(3X) — Silicon Graphics
NAME
rwall − write to specified remote machines
SYNOPSIS
#include <rpcsvc/rwall.h>
rwall(host, msg)
char *host, *msg;
DESCRIPTION
Rwall causes host to print the string msg to all its users. It returns 0 if successful.
RPC INFO
program number:
WALLPROG
procs:
WALLPROC_WALL
Takes string as argument (wrapstring), returns no arguments.
Executes wall on remote host with string.
versions:
RSTATVERS_ORIG
FILES
/usr/lib/librpcsvc.aRPC services library
SEE ALSO
rwall(1M), shutdown(1M), rwalld(1M).
NOTE
To compile and link a program that calls any of these routines, use a compile command of the form:
cc −I/usr/include/sun −I/usr/include/bsd prog.c −lrpcsvc −lsun −lbsd
Version 3.6 — December 20, 1987