From 86325c6aadad45b6380eb1e062da07e562eb32e6 Mon Sep 17 00:00:00 2001 From: lbonanomi <5369016+lbonanomi@users.noreply.github.com> Date: Tue, 14 May 2019 13:21:16 -0400 Subject: [PATCH] mesg: add page (#3001) --- pages/linux/mesg.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/mesg.md diff --git a/pages/linux/mesg.md b/pages/linux/mesg.md new file mode 100644 index 000000000..d3ac4d47a --- /dev/null +++ b/pages/linux/mesg.md @@ -0,0 +1,16 @@ +# mesg + +> Check or set a terminal's ability to receive messages from other users, usually from the write command. +> See also `write`. + +- Check terminal's openness to write messages: + +`mesg` + +- Disable receiving messages from the write command: + +`mesg n` + +- Enable receiving messages from the write command: + +`mesg y`