I am new in linux, I want to know the exact command to restart a red hat linux server 6.3. and it has to start network drivers etc.
I am using VPN to connect to remote machine using VNC.
Can anyone help from the issue.
Thanks
|
I am new in linux, I want to know the exact command to restart a red hat linux server 6.3. and it has to start network drivers etc. I am using VPN to connect to remote machine using VNC. Can anyone help from the issue. Thanks |
|||
|
|
To restart your machine just use
All the services that are configured to start will be started as usual. |
|||||||
|
|
Not sure if this helps to you (provided I got you right). I believe you want to reboot remote linux machine. Make sure you have root access and then run below command. ssh root@destination_server_to_be_rebooted reboot -Maneesh |
|||
|
|
|
Maybe I'm not understanding the question, but assuming you have root (or |
||||