Answers for "reboot server linux"

0

restart server centos

reboot -h now
Posted by: Guest on July-07-2020
1

reboot server linux

sudo shutdown –r
or 
sudo reboot
Posted by: Guest on May-21-2021
-2

restart terminal command line ubuntu

#To reset Terminal:
$ reset

#To rerun/restart your bash.rc
$ source ~/.bashrc 

#To Restart your computer
$ reboot
Posted by: Guest on August-21-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language