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`