Through the SSH terminal, it is possible to shutdown your linux server by using the specific command. Eg:
1 |
sudo shutdown -h now |
1 |
sudo shutdown -h +30 |
or
1 |
sudo shutdown -h 3103180830 |
Alternatively, it is also possible to use:
1 |
sudo halt |
1 |
sudo poweroff |