shut down commands Flashcards
(14 cards)
shutdown –P +4
Powers off your system in four minutes
shutdown –h +4
Halts the operating system from executing in four minutes, but does not invoke the ACPI function in your BIOS to turn off power to your computer
shutdown –H +4
Halts the operating system from executing in four minutes, but does not invoke the ACPI function in your BIOS to turn off power to your computer
shutdown –r +4
Reboots your system in four minutes
shutdown –P now
Powers off your system immediately
shutdown –h now
Powers off your system immediately
shutdown –r now
Reboots your system immediately
shutdown –c
Cancels a scheduled shutdown
halt
Halts your system immediately, but does not power it off
poweroff
Powers off your system immediately
reboot
Reboots your system immediately
give a command that will shut down the computer in 10 mins?
shutdown -p +10
give 2 commands that shutsdown the computer right now
shutdown -p now or shutdown -h now