]> git.ipfire.org Git - thirdparty/util-linux.git/blame - term-utils/wall.1.adoc
unshare: make sure map_range.next is initialized [coverity scan]
[thirdparty/util-linux.git] / term-utils / wall.1.adoc
CommitLineData
295b3979 1//po4a: entry man manual
6cac37e3
MB
2////
3Copyright (c) 1989, 1990 The Regents of the University of California.
4All rights reserved.
5
6Redistribution and use in source and binary forms, with or without
7modification, are permitted provided that the following conditions
8are met:
91. Redistributions of source code must retain the above copyright
10 notice, this list of conditions and the following disclaimer.
112. Redistributions in binary form must reproduce the above copyright
12 notice, this list of conditions and the following disclaimer in the
13 documentation and/or other materials provided with the distribution.
143. All advertising materials mentioning features or use of this software
15 must display the following acknowledgement:
16 This product includes software developed by the University of
17 California, Berkeley and its contributors.
184. Neither the name of the University nor the names of its contributors
19 may be used to endorse or promote products derived from this software
20 without specific prior written permission.
21
22THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
23ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32SUCH DAMAGE.
33
34 @(#)wall.1 6.5 (Berkeley) 4/23/91
35
36////
37= wall(1)
38:doctype: manpage
f42ed819 39:man manual: User Commands
6cac37e3
MB
40:man source: util-linux {release-version}
41:page-layout: base
42:command: wall
43
44== NAME
45
46wall - write a message to all users
47
48== SYNOPSIS
49
50*wall* [*-n*] [*-t* _timeout_] [*-g* _group_] [_message_ | _file_]
51
52== DESCRIPTION
53
54*wall* displays a _message_, or the contents of a _file_, or otherwise its standard input, on the terminals of all currently logged in users. The command will wrap lines that are longer than 79 characters. Short lines are whitespace padded to have 79 characters. The command will always put a carriage return and new line at the end of each line.
55
56Only the superuser can write on the terminals of users who have chosen to deny messages or are using a program which automatically denies messages.
57
58Reading from a _file_ is refused when the invoker is not superuser and the program is set-user-ID or set-group-ID.
59
60== OPTIONS
61
62*-n*, *--nobanner*::
28f4f1a3 63Suppress the banner.
6cac37e3
MB
64
65*-t*, *--timeout* _timeout_::
28f4f1a3 66Abandon the write attempt to the terminals after _timeout_ seconds. This _timeout_ must be a positive integer. The default value is 300 seconds, which is a legacy from the time when people ran terminals over modem lines.
6cac37e3
MB
67
68*-g*, *--group* _group_::
28f4f1a3 69Limit printing message to members of group defined as a _group_ argument. The argument can be group name or GID.
6cac37e3 70
2b2d3172 71include::man-common/help-version.adoc[]
6cac37e3
MB
72
73== NOTES
74
28f4f1a3 75Some sessions, such as *wdm*(1x), that have in the beginning of *utmp*(5) ut_type data a ':' character will not get the message from *wall*. This is done to avoid write errors.
6cac37e3
MB
76
77== HISTORY
78
79A *wall* command appeared in Version 7 AT&T UNIX.
80
81== SEE ALSO
82
83*mesg*(1),
84*talk*(1),
85*write*(1),
86*shutdown*(8)
87
625e9c61 88include::man-common/bugreports.adoc[]
6cac37e3 89
625e9c61 90include::man-common/footer.adoc[]
6cac37e3
MB
91
92ifdef::translation[]
625e9c61 93include::man-common/translation.adoc[]
6cac37e3 94endif::[]