Imported upstream version 1.5
[manpages-zh.git] / raw / man1 / wall.1
blobf086be0d2842edf4bb2e51b307cf4d117a064fae
1 .TH WALL 1 "15 April 2003" "" "Linux User's Manual"
3 .SH NAME
4 wall -- send a message to everybody's terminal.
6 .SH SYNOPSIS
7 .B wall
8 .RB [ \-n ]
9 .RB [ " message " ]
11 .SH DESCRIPTION
12 .B Wall
13 sends a message to everybody logged in with their
14 .IR mesg (1)
15 permission
16 set to
17 .BR yes .
18 The message can be given as an argument to
19 .IR wall ,
20 or it can be sent to
21 .IR wall 's
22 standard input.  When using the standard input from a terminal,
23 the message should be terminated with the
24 .B EOF
25 key (usually Control-D).
26 .PP
27 The length of the message is limited to 20 lines.
28 For every invocation of
29 .I wall
30 a notification will be written to syslog, with facility
31 .B LOG_USER
32 and level
33 .BR LOG_INFO .
35 .SH OPTIONS
36 .IP \fB\-n\fn
37 Suppresses the normal banner printed by
38 .IR wall ,
39 changing it to "Remote broadcast message".
40 This option is only available for root if
41 .I wall
42 is installed set-group-id, and is used by
43 .IR rpc.walld (8).
44 .PP
46 .SH ENVIRONMENT
47 .I Wall
48 ignores the
49 .B TZ
50 variable - the time printed in the banner is based on the systems
51 local time.
53 .SH SEE ALSO
54 .IR mesg (1),
55 .IR rpc.rwalld (8).
57 .SH AUTHOR
58 Miquel van Smoorenburg, miquels@cistron.nl