Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rwall(3rpc) [sunos man page]

rwall(3RPC)						       RPC Library Functions						       rwall(3RPC)

NAME
rwall - write to specified remote machines SYNOPSIS
cc [ flag ... ] file ... -lrpcsvc [ library ... ] #include <rpc/rpc.h> #include <rpcsvc/rwall.h> enum clnt_stat rwall(char *host, char *msg); PROTOCOL
/usr/include/rpcsvc/rwall.x 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(3NSL). ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
rpc.rwalld(1M), wall(1M), rpc_clnt_calls(3NSL), attributes(5) SunOS 5.10 30 Dec 1996 rwall(3RPC)

Check Out this Related Man Page

rpc.rwalld(1M)						  System Administration Commands					    rpc.rwalld(1M)

NAME
rpc.rwalld, rwalld - network rwall server SYNOPSIS
/usr/lib/netsvc/rwall/rpc.rwalld DESCRIPTION
rpc.rwalld is a server that handles rwall(1M) requests. It is implemented by calling wall(1M) on all the appropriate network machines. The rpc.rwalld daemon may be started by inetd(1M) or listen(1M). ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWrcmds | +-----------------------------+-----------------------------+ SEE ALSO
svcs(1), inetadm(1M), inetd(1M), listen(1M), rwall(1M), svcadm(1M), wall(1M), attributes(5), smf(5) NOTES
The rpc.rwalld service is managed by the service management facility, smf(5), under the service identifier: svc:/network/rpc/wall:default Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(1M). Responsibil- ity for initiating and restarting this service is delegated to inetd(1M). Use inetadm(1M) to make configuration changes and to view config- uration information for this service. The service's status can be queried using the svcs(1) command. SunOS 5.11 4 Nov 2004 rpc.rwalld(1M)
Man Page