Answers for "shutdown linux pc"

9

shut down instantly on linux

sudo shutdown now
Posted by: Guest on July-10-2020
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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language