Linux – “reboot” or “shutdown -r now”: what restart command is safer

init.dlinuxredhatserviceshutdown

We have in our organization around ~500 RedHat Linux machines.

On all the machines we installed applications and services under /etc/init.d, and oracle RAC servers. We intend to perform yum updates on all machines and after that take a reboot.

So I was wondering what command is safer:

reboot

or

shutdown -r now

Best Answer

For Red Hat systems, there is no functional difference between reboot and shutdown -r now.

Do whatever is easier for you.