I am currently working through Windows 10 home OS and putty.exe for login using ssh. I need to restart my Linux server. Can we restart CentOS Linux using putty?
Yes, Log in using putty and run:
sudo reboot
OR
sudo shutdown -r 0
I am currently working through Windows 10 home OS and putty.exe for login using ssh. I need to restart my Linux server. Can we restart CentOS Linux using putty?
Yes, Log in using putty and run:
sudo reboot
OR
sudo shutdown -r 0