shutdown:tldr:fee49
shutdown: Shutdown at 1:00 pm (Uses 24h clock).
$ shutdown -h 13:00
try on your machine
The command "shutdown -h 13:00" is used to schedule a system shutdown at a specific time.
Here's the breakdown:
- "shutdown" is the command used to initiate a system shutdown or restart.
- "-h" is an option that specifies a halt, which means it will shut down the system completely.
- "13:00" signifies the scheduled time for the shutdown. In this case, it means the system will shut down at 1:00 PM.
So, when you execute this command, it will schedule a shutdown for the computer at 1:00 PM.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.