Friday, July 2, 2010

Shutdown commands in unix

HP-UX


Reboot  : shutdown -ry 0
Shutdown: shutdown -hy 0
Linux:

Reboot  : shutdown -r now
Shutdown: shutdown -h now

Solaris:

Reboot  : shutdown -y -i6 -g0
Shutdown: shutdown -y -i5 -g0

No comments:

Post a Comment