Announcement

Collapse
No announcement yet.

Shutdown/reboot from cli ??

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Shutdown/reboot from cli ??

    What are the inits to shutdown or reboot from the command line? Thank You
    Being able to access the internet whilst answering a call of nature was 'one of life's most liberating experiences.'  Vic Hayes

    #2
    Re: Shutdown/reboot from cli ??

    By Qqmike > How To's >> Commands at Konsole: Beginners
    Part 3 Contents
    ...
    -- Re-start or turn off computer sudo shutdown -r [-h] now
    ...
    Part 3 -- Neat Stuff and Methods
    ...
    Re-start or turn off computer
    sudo shutdown –h now (for power off, halting)
    sudo shutdown –r now (for rebooting)
    ...
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: Shutdown/reboot from cli ??

      Thanx Rog131 That's what I wanted.
      Being able to access the internet whilst answering a call of nature was 'one of life's most liberating experiences.'  Vic Hayes

      Comment


        #4
        Re: Shutdown/reboot from cli ??

        sudo shutdown –h now (for power off, halting)
        sudo shutdown –r now (for rebooting)
        You can also use:
        sudo halt
        sudo reboot

        Comment


          #5
          Re: Shutdown/reboot from cli ??

          Thanx kubicle, less typing I like that! ;o)
          Being able to access the internet whilst answering a call of nature was 'one of life's most liberating experiences.'  Vic Hayes

          Comment

          Working...
          X