Answers for "restart ubuntu from terminal"

1

restart ubuntu from terminal

#to shut down
sudo poweroff

#to restart/reboot
sudo reboot
Posted by: Guest on October-13-2021
0

centos reboot

shutdown -r now
Posted by: Guest on October-09-2020
-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