[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Stupid ? - Restart server from Telnet
- Subject: Re: [cobalt-users] Stupid ? - Restart server from Telnet
- From: "Zahid N. Sindhu" <zahid@xxxxxxxxxxxx>
- Date: Sun Feb 18 00:36:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> >What is the command to restart the server from telnet?
>
> Well, I'm sure I'll be called to task for not doing this the "nice" way,
> but I'm 20 years into Unix, so sue me:
>
> 1) Telnet in
> 2) su to root
> 3) /sbin/shutdown -h now
>
> Or, if you're REALLY old school:
>
> 1) Telnet in
> 2) su to root
> 3) sync; sync; /sbin/halt
>
Jeff, these commands will SHUTDOWN, not restart, the server.
To restart:
/sbin/shutdown -r now
- Zahid