0

how to gives message in shutdown command

I need to give a notification about shutdown. A single machine is used by three people, so if i need to shutdown after 10 mins, how to send message to those about shutting down???????

Linux shutdown command Add a comment
noah
asked May 18 2017

Answer

0

Just use the below step.

# shutdown -h 10 "System will be shutdown in 10 minutes, make arrangements"

It will broadcast this message to all the logged in Users.

Add a comment
jagannatharumugam
asked May 18 2017
edited Oct 05 2018
Post your Answer