[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Shutting down the Qube
- Subject: Re: [cobalt-users] Shutting down the Qube
- From: Jeff Lasman <jblists@xxxxxxxxxxxxx>
- Date: Sun Oct 8 23:34:02 2000
- Organization: nobaloney.net
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Jean Koclas wrote:
> The standard procedure to shutdown the Qube is to use the LCD display with
> the back control panel, which is very awkward.
> Is there any side-effect of sending the "halt" command through telnet
> instead (as was pointed out to me by my 15 year old)?
There are major bad side-effects to allowing telnet at all, but then
again, your 15-year-old probably told you that as well.
You can probably run:
# shutdown -h now
I say probably because "shutdown" may not be in your path. If it isn't
find it using:
# find / -name shutdown
and then do:
# /path/to/shutdown -h now
Which will shut down your Qube.
Jeff
--
Jeff Lasman <jblists@xxxxxxxxxxxxx>
nobaloney.net
P. O. Box 52672
Riverside, CA 92517
voice: (909) 787-8589 * fax: (909) 782-0205