fedora How to automatically shutdown your system
The easiest way to shutdown your system is to use shutdown command:
sudo shutdown
It will start shutdown process immediaetely.
To shutdown your system in specific time use this command:
sudo shutdown 11:50
And to shutdown your system in 2 hours (120 mins) use this command:
sudo shutdown +120
download file now