• Welcome to Web Hosting Community Forum for Webmasters - Web hosting Forum.
 

Recommended Providers

Fully Managed WordPress Hosting
lc_banner_leadgen_3
Fully Managed WordPress Hosting

WordPress Theme

Divi WordPress Theme
WPZOOM

Forum Membership

Forum Membership

How to broadcast message via SSH on Linux

Started by HRamesh, December 03, 2008, 10:20:43 PM

HRamesh

Hi,

How can I broadcast message via SSH? Can someone provide me the command to broadcast message?

Thanks,

Ramesh

Kailash

wall command is used to broadcast a message via ssh.
$root@server1 wall this is test
If you have multiple lines in message, you can do it as follow:

$root@server1 wall<&ltEOF
your messag1
your message2

EOF

Kailash