Upload Tizen:Base source
[framework/base/util-linux-ng.git] / login-utils / mesg.1
1 .\" Copyright (c) 1987, 1990, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     @(#)mesg.1      8.1 (Berkeley) 6/6/93
33 .\"
34 .\" Fri Mar 10 20:31:02 1995, modified for standard man macros,
35 .\" faith@cs.unc.edu
36 .\"
37 .\"
38 .\" "
39 .TH MESG 1 "10 March 1995" "Linux 1.2" "Linux Programmer's Manual"
40 .SH NAME
41 mesg \- display (do not display) messages from other users
42 .SH SYNOPSIS
43 .B mesg
44 .RB [ n | y ]
45 .SH DESCRIPTION
46 The
47 .B mesg
48 utility is invoked by a users to control write access others have to the
49 terminal device associated with the standard error output.  If write access
50 is allowed, then programs such as
51 .BR talk (1)
52 and
53 .BR write (1)
54 may display messages on the terminal.
55 .PP
56 Traditionally, write access is allowed by default.  However, as users
57 become more conscious of various security risks, there is a trend to remove
58 write access by default, at least for the primary login shell.  To make
59 sure your ttys are set the way you want them to be set,
60 .B mesg
61 should be executed in your login scripts.
62 .PP
63 Options available:
64 .TP
65 .B n
66 Disallows messages.
67 .TP
68 .B y
69 Permits messages to be displayed.
70 .PP
71 If no arguments are given,
72 .B mesg
73 displays the present message status to the standard error output.
74 .PP
75 The
76 .B mesg
77 utility exits with one of the following values:
78 .TP
79 .I "\ 0"
80 Messages are allowed.
81 .TP
82 .I "\ 1"
83 Messages are not allowed.
84 .TP
85 .I "\>1"
86 An error has occurred.
87 .SH FILES
88 .I /dev/[pt]ty[pq]?
89 .SH "SEE ALSO"
90 .BR biff (1),
91 .BR talk (1),
92 .BR write (1),
93 .BR wall (1),
94 .BR login (1),
95 .BR xterm (1)
96 .SH HISTORY
97 A
98 .B mesg
99 command appeared in Version 6 AT&T UNIX.
100
101 .SH AVAILABILITY
102 The mesg command is part of the util-linux-ng package and is available from
103 ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.