1rwall(1M) System Administration Commands rwall(1M)
2
3
4
6 rwall - write to all users over a network
7
9 /usr/sbin/rwall hostname...
10
11
12 /usr/sbin/rwall -n netgroup...
13
14
15 /usr/sbin/rwall -h hostname -n netgroup
16
17
19 rwall reads a message from standard input until EOF. It then sends this
20 message, preceded by the line:
21
22
23
24 Broadcast Message ...
25
26
27
28 to all users logged in on the specified host machines. With the -n
29 option, it sends to the specified network groups.
30
32 -n netgroup Send the broadcast message to the specified network
33 groups.
34
35
36 -h hostname Specify the hostname, the name of the host machine.
37
38
40 See attributes(5) for descriptions of the following attributes:
41
42
43
44
45 ┌─────────────────────────────┬─────────────────────────────┐
46 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
47 ├─────────────────────────────┼─────────────────────────────┤
48 │Availability │SUNWrcmdc │
49 └─────────────────────────────┴─────────────────────────────┘
50
52 inetd(1M), listen(1M), pmadm(1M), sacadm(1M), wall(1M), attributes(5)
53
55 The timeout is fairly short to allow transmission to a large group of
56 machines (some of which may be down) in a reasonable amount of time.
57 Thus the message may not get through to a heavily loaded machine.
58
59
60
61SunOS 5.11 6 Nov 2000 rwall(1M)