Click to See Complete Forum and Search --> : Very newbie question:turning it off!


Aurenna
08-17-2002, 07:08 AM
What cvommand do I have to give to tun the computer off in a non GUI?

ntt.
08-17-2002, 07:25 AM
'shutdown -h now' (or '/sbin/shutdown -h now' if that doesn't work)

or just 'halt'.

Aurenna
08-17-2002, 07:36 AM
Thanks a lot:)

Mnemonic
08-17-2002, 07:40 AM
I am not certain how your box is setup, but I know that I have mine set so that only 'root' can shutdown the machine. So I do an 'su' when I shutdown. I suppose I could give my user account privledges such that I could shutdown. Maybe I ought to give that some consideration. ;)

-M