Answers for "shutdown terminal command"

2

shutdown windows terminal

shutdown -s -t 0
Posted by: Guest on February-28-2021
1

shutdown terminal command

#Shutdown
sudo shutdown -h now
#or
sudo shutdown -h [TIME] 

#Reboot
sudo reboot
Posted by: Guest on November-29-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language