AMP AMP
AMP
0
AMP

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
a sample image
noah
asked May 18 2017

Answer

AMP
0
AMP

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
a sample image
jagannatharumugam
asked May 18 2017
edited Oct 05 2018
Post your Answer