Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP-UX Reference > R

rwall(3N)

HP-UX 11i Version 3: February 2007
» 

Technical documentation

» Feedback
Content starts here

 » Table of Contents

 » Index

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

WARNINGS

User applications that call this routine must be linked with /usr/lib/librpcsvc.a. For example,

cc my_source.c -lrpcsvc

AUTHOR

rwall() was developed by Sun Microsystems, Inc.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 1983-2007 Hewlett-Packard Development Company, L.P.