What is the exact command to restart a RedHat linux system?

I am new in Linux and I want to know the exact command to restart a RedHat 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.

1

3 Answers

To restart your machine just use

reboot

All the services that are configured to start will be started as usual.

5

Maybe I'm not understanding the question, but assuming you have root (or sudo) privileges, then /sbin/reboot (or /sbin/shutdown -r now) will perform a full system reboot.

2

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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like