[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    rwall(3N) manual page Table of Contents

Name

rwall - write to specified remote machines

Protocol

/usr/include/rpcsvc/rwall.x

Synopsis

cc [ flag ... ] file ... -lrpcsvc [ library ... ]


#include <rpc/rpc.h>
#include <rpcsvc/rwall.h>

enum clnt_stat rwall(char *host, char *msg);

MT-Level

MT-Safe

Description

These routines require that the rpc.rwalld(1M) daemon be configured and available on the remote system indicated by host.

rwall() executes wall(1M) on host. The rpc.rwalld process on host prints msg to all users logged on to that system. rwall() returns RPC_SUCCESS if it was successful; otherwise a enum clnt_stat is returned which can be displayed using clnt_perrno(3N) .

See Also

rpc.rwalld(1M) , wall(1M) , rpc_clnt_calls(3N)


Table of Contents