Penguin
Annotated edit history of mesg(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 MESG
2 !!!MESG
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 AUTHOR
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 mesg - control write access to your terminal
14 !!SYNOPSIS
15
16
17 __mesg__ [[__y__|__n__]
18 !!DESCRIPTION
19
20
21 __Mesg__ controls the access to your terminal by others.
22 It's typically used to allow or disallow other users to
23 write to your terminal (see write(1)).
24 !!OPTIONS
25
26
27 __y__
28
29
30 Allow write access to your terminal.
31
32
33 __n__
34
35
36 Disallow write access to your terminal.
37
38
39 If no option is given, __mesg__ prints out the current
40 access state of your terminal.
41
42
43 __Mesg__ assumes that it's standard input is connected to
44 your terminal. That also means that if you are logged in
45 multiple times, you can get/set the mesg status of other
46 sessions by using redirection. For example
47 __
48 !!AUTHOR
49
50
51 Miquel van Smoorenburg (miquels@cistron.nl)
52 !!SEE ALSO
53
54
55 talk(1), write(1), wall(1)
56 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.