Find the answer to your Linux question:
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?...
  1. #1
    Just Joined!
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    84

    reboot

    I successfully installed.

    I log in, and I am given this:

    Code:
    theguy0000@debian:~$
    how do I reboot / shut down the computer?

  2. #2
    Just 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 >

  3. #3
    Just Joined!
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    84
    how do I do that as the root?

  4. #4
    oz
    oz is online now
    forum.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

  5. #5
    Just Joined!
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    84
    edit: nevermid

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •