Answers for "how to shutdown computer using linux"

1

how to shutdown computer using linux

#shutdown right now
shutdown

#Shudeling time
shutdown 30
Posted by: Guest on July-09-2021
1

shutdown linux pc

# schedule shutdown 1 minute from now
shutdown

# schedule shutdown 15 minutes from now
shutdown +15

# schedule shutdown at 23:00
shutdown 23:00

# shutdown immediately
shutdown now

# cancel shutdown
shutdown -c
Posted by: Guest on April-05-2021
0

shut down computer in terminal linux

sudo poweroff
Posted by: Guest on December-06-2020

Code answers related to "how to shutdown computer using linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language