~ubuntu-branches/ubuntu/vivid/installation-guide/vivid-proposed

« back to all changes in this revision

Viewing changes to it/post-install/shutdown.xml

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2005-10-25 17:37:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051025173725-aq0bm11be7bfd7rw
Tags: 20051025
* Mention in copyright that full GPL is included in the manual.
  Closes: #334925
* Register installed documents with doc-base.
* Minor updates in English text and translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- retain these comments for translator revision tracking -->
 
2
<!-- original version: 21690 -->
 
3
 
 
4
 
 
5
 <sect1 id="shutdown">
 
6
 <!-- <title>Shutting Down the System</title> -->
 
7
 <title>Arresto del sistema</title>
 
8
 
 
9
<para>
 
10
 
 
11
<!-- To shut down a running Linux system, you must not reboot with the
 
12
reset switch on the front or back of your computer, or just turn off
 
13
the computer.  Linux must be shut down in a controlled manner,
 
14
otherwise files may be lost and disk damage incurred. You can press
 
15
the key combination <keycombo> <keycap>Ctrl</keycap>
 
16
<keycap>Alt</keycap> <keycap>Del</keycap> </keycombo>
 
17
<phrase arch="powerpc;m68k"> or <keycombo> <keycap>Control</keycap>
 
18
<keycap>Shift</keycap> <keycap>Power</keycap> </keycombo> on Macintosh
 
19
systems</phrase>. You may also log in as
 
20
root and type <userinput>shutdown -h now</userinput>,
 
21
<userinput>reboot</userinput>, or <userinput>halt</userinput> if
 
22
either of the key combinations do not work or you prefer to type
 
23
commands. -->
 
24
 
 
25
Per arrestare un sistema Linux non si deve riavviare la macchina con il
 
26
pulsante reset sul computer né spengere il computer. Linux deve essere
 
27
spento in modo controllato altrimenti si potrebbero perdere dei file e
 
28
si rischia di danneggiare il disco. È possibile premere la combinazione
 
29
di tasti <keycombo> <keycap>Ctrl</keycap> <keycap>Alt</keycap>
 
30
<keycap>Canc</keycap> </keycombo><phrase arch="powerpc;m68k"> oppure
 
31
<keycombo> <keycap>Control</keycap> <keycap>Shift</keycap>
 
32
<keycap>Power</keycap> </keycombo> sui sistemi Macintosh</phrase>. Si
 
33
può anche fare il login come root ed eseguire <userinput>shutdown -h
 
34
now</userinput>, <userinput>reboot</userinput> o <userinput>halt</userinput>
 
35
nel caso le combiazioni di tasti non funzionino o si preferisca digitare
 
36
questi comandi.
 
37
 
 
38
</para>
 
39
 
 
40
 </sect1>