To shutdown Red Hat Linux, issue the shutdown command. You can read the shutdown man page for complete details, but the two most common usages are:
shutdown -h now shutdown -r now
Each will cleanly shutdown the system. After shutting everything down, the first will halt the machine, and the second will reboot.
Avoid running the reboot or halt commands directly in order to prevent damage to your filesystem.