1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<!-- retain these comments for translator revision tracking -->
<!-- $Id: shutdown.xml 64829 2010-09-20 23:44:21Z sthibault $ -->
<sect1 id="shutdown">
<title>Shutting down the system</title>
<para>
To shut down a running &debian-gnu; system, you must not reboot with the
reset switch on the front or back of your computer, or just turn off
the computer. &debian-gnu; should be shut down in a controlled manner,
otherwise files might get lost and/or disk damage might occur. If you run a
desktop environment, there is usually an option to <quote>log out</quote>
available from the application menu that allows you to shutdown (or reboot)
the system.
</para><para>
Alternatively you can press the key combination <keycombo>
<keycap>Ctrl</keycap> <keycap>Alt</keycap> <keycap>Del</keycap> </keycombo>
<phrase arch="powerpc"> or <keycombo> <keycap>Control</keycap>
<keycap>Shift</keycap> <keycap>Power</keycap> </keycombo> on Macintosh
systems</phrase>. A last option is to log in as root and type one of the
commands <command>poweroff</command>, <command>halt</command> or
<command>shutdown -h now</command> if either of the key combinations do not
work or you prefer to type commands; use <command>reboot</command> to reboot
the system.
</para>
</sect1>
|