summaryrefslogtreecommitdiff
path: root/ja/post-install/shutdown.xml
blob: dddeebbce1a07c3133739dfed8e0717cc6447e6c (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="EUC-JP"?>
<!-- retain these comments for translator revision tracking -->
<!-- original version: 39942 -->


 <sect1 id="shutdown">
<!--
 <title>Shutting down the system</title>
-->
 <title>システムをシャットダウンする</title>

<para>

<!--
To shut down a running Linux system, you must not reboot with the
reset switch on the front or back of your computer, or just turn off
the computer.  Linux 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.
-->
稼働中の Linux システムをシャットダウンする際には、コンピュータの
前面や背面にあるリセットスイッチで再起動させたり、いきなり電源を
落したりしてはいけません。
Linux は適切な手順でシャットダウンすべきで、
さもないとファイルを失ったりディスクにダメージがもたらされたりします。
デスクトップ環境を実行している場合は、通常システムのシャットダウン (または再起動) 
を可能にする、アプリケーションメニューから利用できる <quote>ログアウト</quote> 
用のオプションがあります。

</para><para>

<!--
Alternatively you can press the key combination <keycombo>
<keycap>Ctrl</keycap> <keycap>Alt</keycap> <keycap>Del</keycap> </keycombo>
<phrase arch="powerpc;m68k"> 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.
-->
もう一つの方法として、<keycombo>
<keycap>Ctrl</keycap> <keycap>Alt</keycap> <keycap>Del</keycap> </keycombo>
<phrase arch="powerpc;m68k">、Macintosh システムでは <keycombo> <keycap>Control</keycap>
<keycap>Shift</keycap> <keycap>Power</keycap> </keycombo>
</phrase> のキーを同時に押す方法が使えます。
このキーの組合せが効かない場合や、システムを再起動するのに <command>reboot</command> 
を使用したコマンドを打つ方が好みなら、最後の選択肢として、root にログインして
<command>poweroff</command>、<command>halt</command> あるいは 
<command>shutdown -h now</command> などのコマンドのひとつを打ち込んでもよいです。

</para>
 </sect1>