Celeb Glow
updates | March 09, 2026

what is the exact command to shut down a redhat linux system

I want to know the exact command to shut down a Red Hat linux server.

I was using init 0, but some one said it's not the proper method to shut down my linux server.

If not, what command should I use?

0

4 Answers

$ shutdown -h now

or

$ telinit 0
2

Try poweroff .

2

To reboot from the prompt, type:

$ shutdown -r now

Or, if you want to exit from your system and turn off your machine, type:

$ shutdown -h now

.. via manuals.

2

shutdown -h now