Skip to content

Commit

Permalink
mesg: add page (#3001)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonanomi authored and sbrl committed May 14, 2019
1 parent d7cffae commit 86325c6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pages/linux/mesg.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 86325c6

Please sign in to comment.