PDA

View Full Version : Help me out here (=


shane94
03-29-2001, 07:04 PM
On a cobalt RAQ3i I am using telnet and wanted to know these two caommands:

1> How to check memory installed on server
2> How to reboot the fucker

Thanks!
Shane

Cam
03-29-2001, 07:22 PM
Run the top command; # top
For cpu & memory

And ; # shutdown -r now
to reboot, -r stands for restart

breest
03-29-2001, 10:00 PM
Wow, that top function kicks ass! Thanks! I need to learn unix =p

-Breest

shane94
03-29-2001, 10:06 PM
thank you!

richard
03-30-2001, 02:56 AM
if you do a reboot like that, how do you login?

Cam
03-30-2001, 03:16 AM
Richard,

You just have to wait for the system and the server to reboot, and all services will restart again once its back up, including telnet. You just log back in again.

Cam
03-30-2001, 03:23 AM
Sorry, hehe

I just re-read what you were asking. You can login as any user who has root priveledges. So once your logged in, just su to root and do the command.

is that what ya were asking?