1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 09:55:25 +02:00
This commit is contained in:
Gubolin 2014-04-04 09:14:57 +02:00
parent b5e8b0d4c1
commit f472b5a865

10
pages/linux/wall.md Normal file
View file

@ -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}}`