Announcement

Collapse
No announcement yet.

How to shutdown form command line

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

    How to shutdown form command line

    Sometimes the computer does not shut down from menu. novice user left standing ! Use the following commands from a terminal to shut down.

    shutdown -h now (for shutdown and power off)
    shutdown -r now (for shutdown and restart then)

    *use sudo before if necessary.

    #2
    Re: How to shutdown from command line

    Not 'if', sudo is necessary

    sudo shutdown -h now
    sudo shutdown -r now

    Comment


      #3
      Re: How to shutdown form command line

      Originally posted by shirshasin

      novice user left standing !
      And, if the novice user finds that the keyboard and mouse are "frozen", then what to do?



      Fear not! -- here's the ticket:

      http://kubuntuforums.net/forums/inde...opic=3088251.0

      Comment

      Working...
      X