Announcement

Collapse
No announcement yet.

fastest way to shut down the OS

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

    fastest way to shut down the OS

    hi ther..
    i was just wondering if u can help me out finding.. the fastest way to shut down/turn off the kubuntu.

    in windoze i used to do: WinKey(MetaKey)->u->u
    that's it. it used to shut down.. (that is of course.. if any programs does not refuse to end.. irritating "End Now" dialogue would appear)

    how do we do it in kubuntu?
    asus A52N
    Dual boot: Kubuntu 11.10 64bit, Ubuntu 11.10 64bit
    AMD Athlon II 64 X2 | 4 GB DDR3 RAM | ATI Radeon HD 4200
    windoze free since 2009 12 16 (Vijay din= Victory day)

    #2
    Re: fastest way to shut down the OS

    the command:
    sudo shutdown -P now
    is rather fast..
    Mark Your Solved Issues [SOLVED]
    (top of thread: thread tools)

    Comment


      #3
      Re: fastest way to shut down the OS

      Alternative keyboard shortcut method:
      Ctrl+Alt+Delete Then Alt+T

      Comment


        #4
        Re: fastest way to shut down the OS

        Code:
        sudo shutdown -h now
        but those other ways are fast too.

        Comment


          #5
          Re: fastest way to shut down the OS

          dibi i thought -h just halts where -P halts then powers off?
          Mark Your Solved Issues [SOLVED]
          (top of thread: thread tools)

          Comment


            #6
            Re: fastest way to shut down the OS

            OPTIONS
            -r Requests that the system be rebooted after it has been brought
            down.

            -h Requests that the system be either halted or powered off after
            it has been brought down, with the choice as to which left up to
            the system.

            -H Requests that the system be halted after it has been brought
            down.

            -P Requests that the system be powered off after it has been
            brought down.

            -c Cancels a running shutdown. TIME is not specified with this
            option, the first argument is MESSAGE.

            -k Only send out the warning messages and disable logins, do not
            actually bring the system down.
            Windows no longer obstructs my view.
            Using Kubuntu Linux since March 23, 2007.
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment


              #7
              Re: fastest way to shut down the OS

              -h shuts my desktop down as fast as it can go.

              Sometime I s2ram -- that's about the same speed.

              Comment


                #8
                Re: fastest way to shut down the OS

                init 6? Assuming you've got a root terminal open that is six characters. Put that or whatever else in a script, assign a key binding and give it user rights (setuid) to save yourself all that dreadful typing
                Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

                Comment


                  #9
                  Re: fastest way to shut down the OS

                  thanks for the suggestions...

                  let me rephrase the question..
                  what is the simplest way of shutting down the system?

                  ctrl+alt+del -> alt+t is closest..
                  it is still not easy as "metakey -> u -> u"

                  but works for me
                  thanks
                  asus A52N
                  Dual boot: Kubuntu 11.10 64bit, Ubuntu 11.10 64bit
                  AMD Athlon II 64 X2 | 4 GB DDR3 RAM | ATI Radeon HD 4200
                  windoze free since 2009 12 16 (Vijay din= Victory day)

                  Comment


                    #10
                    Re: fastest way to shut down the OS

                    You can configure what you want.

                    (Please ignore any error on menu names. My system is not in English)

                    K -> System Configuration -> Keyboard and Mouse -> Global Keyboard Shortcuts -> Shutdown without confirmation.

                    The system default is: Ctrl+Alt+Shift+PgDown.

                    Now, I have Meta+End.

                    That's it!

                    Comment


                      #11
                      Re: fastest way to shut down the OS

                      Originally posted by kapil
                      thanks for the suggestions...

                      let me rephrase the question..
                      what is the simplest way of shutting down the system?

                      ctrl+alt+del -> alt+t is closest..
                      it is still not easy as "metakey -> u -> u"

                      but works for me
                      thanks
                      very simple and very fast: ctrl+alt+sysrq+b

                      all these keys at the same time signals directly kernel to stop (boot).
                      more info: http://en.wikipedia.org/wiki/Magic_SysRq_key

                      Comment


                        #12
                        Re: fastest way to shut down the OS

                        Originally posted by carib
                        You can configure what you want.

                        (Please ignore any error on menu names. My system is not in English)

                        K -> System Configuration -> Keyboard and Mouse -> Global Keyboard Shortcuts -> Shutdown without confirmation.

                        The system default is: Ctrl+Alt+Shift+PgDown.

                        Now, I have Meta+End.

                        That's it!
                        +1
                        Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

                        Comment


                          #13
                          Re: fastest way to shut down the OS

                          By the way, I think some of you are testing Lucid ... I find shutdown pretty fast in Lucid, maybe because they got rid of HAL?

                          Comment


                            #14
                            Re: fastest way to shut down the OS

                            @carib: thats exactly what i wanted to know
                            thanks all..
                            asus A52N
                            Dual boot: Kubuntu 11.10 64bit, Ubuntu 11.10 64bit
                            AMD Athlon II 64 X2 | 4 GB DDR3 RAM | ATI Radeon HD 4200
                            windoze free since 2009 12 16 (Vijay din= Victory day)

                            Comment


                              #15
                              Re: fastest way to shut down the OS

                              Of course, IF the necessity to just down your system is REALLY urgent one can throw the power switch and rely on the power of EXT4 journaling to restore the system at the next boot up. Running beta OSs and software one has the occasional necessity, when magic keys don't work, to pull the plug in order to regain control EXT4 has never failed to restore my file system without data loss.
                              "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
                              – John F. Kennedy, February 26, 1962.

                              Comment

                              Working...
                              X