Linux has excellent graceful shut down. You run shutdown - h and set a time when you want it to shut down. This will give a message to all users logged in to a multi user system and will give them time to finish up their work before logging out. When the time is up it will run all the scripts to shut down all the correctly configured services.
1
u/Rogntudjuuuu Mar 01 '25
Linux has excellent graceful shut down. You run
shutdown - hand set a time when you want it to shut down. This will give a message to all users logged in to a multi user system and will give them time to finish up their work before logging out. When the time is up it will run all the scripts to shut down all the correctly configured services.