rwall(3N)
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:
WALLPROG
procs:
WALLPROC_WALL
Takes string as argument (wrapstring), returns no
arguments. Executes wall on remote host with
string.
versions:
RSTATVERS_ORIG
WARNING
User applications that call this routine must be linked with /usr/include/librpcsvc.a. For example,
cc my_source.c -lrpcsvc
AUTHOR
rwall() was developed by Sun Microsystems, Inc.
SEE ALSO
rwall(1M), rwalld(1M), shutdown(1M).
Hewlett-Packard Company — HP-UX Release 9.03: April 1994