Re: How to poweroff Sun

From: Dave (nospam_at_nowhere.com)
Date: 11/14/05


Date: Mon, 14 Nov 2005 20:12:05 +0000

Casper H.S. *** wrote:
> Dave <nospam@nowhere.com> writes:
>
>
>>>Yesterday I move the machine to anohter room and I want to shutdown the
>>>Solaris and poweroff the machine from remote. What should I do? I dont
>>>want to I login as root and run shutdown -y -i 0 or init 0 at the
>>>remote and then run to the another room to type poweroff.
>>>
>>>Cheers,
>>>Teng
>>>
>
>
>
>># /usr/sbin/poweroff
>
>
> Rather quick and dirty, better:
>
> shutdown -y -i5
> or:
> init 5

Thanks, I was not aware of that. It probably would not have mattered
before to me, but now I run mysql, I guess it is more important than ever.