The easiest way to shutdown on specific time using linux is using below command:
shutdown <your time in 00:00 format>
For example you want to shutdown your computer at 13:00 just use command below:
shutdown 13:00
The easiest way to shutdown on specific time using linux is using below command:
shutdown <your time in 00:00 format>
For example you want to shutdown your computer at 13:00 just use command below:
shutdown 13:00