From f472b5a8658abfee43b7235f5fff727822327f63 Mon Sep 17 00:00:00 2001 From: Gubolin Date: Fri, 4 Apr 2014 09:14:57 +0200 Subject: [PATCH] add wall --- pages/linux/wall.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pages/linux/wall.md diff --git a/pages/linux/wall.md b/pages/linux/wall.md new file mode 100644 index 0000000000..fc3bc7e324 --- /dev/null +++ b/pages/linux/wall.md @@ -0,0 +1,10 @@ +# wall + +> write a message on the terminals of users currently logged in +> only available to super-user + +- send a message +`wall {{message}}` + +- send a message with timeout (default 300) +`wall -t {{seconds}} {{message}}`