How to shut down Sugar: Difference between revisions
Appearance
| Line 7: | Line 7: | ||
==shutdown via terminal== | ==shutdown via terminal== | ||
If the GUI fails to respond to shutdown requests open the terminal and type | 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 15:28, 3 August 2009
GUI shutdown
- drag mouse to top right corner
- screen should compress and give you hidden objects
- top right you should see the icon for your user
- click on your user
- select shutdown
shutdown via terminal
If the GUI fails to respond to shutdown requests open the terminal and type:
su -
shutdown -h now