Difference between revisions of "How to shut down Sugar"

From Sugar Labs
Jump to navigation Jump to search
Line 7: Line 7:
  
 
==shutdown via terminal==
 
==shutdown via terminal==
If the GUI fails to respond to shutdown requests open the terminal and type... what?
+
If the GUI fails to respond to shutdown requests open the terminal and type:
  su -
+
  <code>su -
  shutdown -h now
+
  shutdown -h now</code>

Revision as of 16:28, 3 August 2009

GUI shutdown

  1. drag mouse to top right corner
  2. screen should compress and give you hidden objects
  3. top right you should see the icon for your user
  4. click on your user
  5. select shutdown

shutdown via terminal

If the GUI fails to respond to shutdown requests open the terminal and type:

su -
shutdown -h now