Results 1 to 5 of 5
I successfully installed.
I log in, and I am given this:
Code:
theguy0000@debian:~$
how do I reboot / shut down the computer?...
- 12-27-2005 #1Just Joined!
- Join Date
- Jul 2005
- Location
- Colorado
- Posts
- 84
reboot
I successfully installed.
I log in, and I am given this:
how do I reboot / shut down the computer?Code:theguy0000@debian:~$
- 12-27-2005 #2Just Joined!
- Join Date
- Dec 2005
- Location
- Detroit, Michigan
- Posts
- 10
As root, type "reboot", or "shutdown -h now".
Or if you're impatient and brave, pull the cable >
- 12-27-2005 #3Just Joined!
- Join Date
- Jul 2005
- Location
- Colorado
- Posts
- 84
how do I do that as the root?
- 12-27-2005 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,085
open a terminal window and do: su
enter your password when asked and press enter
then enter the command as given above
...or you can install sudo and set it up so that you don't have to be root to shutdown/reboot. instead, you'd do the same command as a user:
sudo shutdown -r now
- 12-27-2005 #5Just Joined!
- Join Date
- Jul 2005
- Location
- Colorado
- Posts
- 84
edit: nevermid


Reply With Quote
