This file is indexed.

/usr/share/help-langpack/az/ubuntu-help/power-hibernate.page is in language-pack-gnome-az-base 1:12.04+20120417.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="question" id="power-hibernate" xml:lang="az">

  <info>
    <link type="guide" xref="power"/>
    <link type="seealso" xref="power-suspendfail"/>
    
    <desc>Hibernate is disabled by default since it's not well supported.</desc>
    <revision pkgversion="3.4.0" date="2012-02-20" status="review"/>
    <revision version="12.04" date="2012-03-22" status="review"/>

    <credit type="author">
      <name>GNOME Documentation Project</name>
      <email>gnome-doc-list@gnome.org</email>
    </credit>
    <credit type="author">
      <name>Ekaterina Gerasimova</name>
      <email>kittykat3756@gmail.com</email>
    </credit>
    
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
  </info>

<title>How do I hibernate my computer?</title>

<p>When the computer <em>hibernates</em>, all of your applications and
documents are stored and the computer completely switches off so it does not
use any power, but the applications and documents will still be open when you
switch on the computer again.</p>

<p>Unfortunately, hibernate <link xref="power-suspendfail">doesn't work</link> in many cases with Ubuntu, which can cause
you to lose data if you expect your documents and applications to re-open when
you switch your computer back on. Therefore, hibernate is disabled by default in
Ubuntu 12.04.</p>

<section id="test-hibernate">
<title>Test if hibernate works</title>

<note style="important">
  <title>Always save your work before hibernating</title>
  <p>You should save all of your work before hibernating the computer, just in
  case something goes wrong and your open applications and documents cannot be
  recovered when you switch on the computer again.</p>
</note>

<p>You can use the command line to test if hibernate works on your computer.</p>

<steps>
  <item>
    <p>Open the <app>Terminal</app> by pressing <keyseq><key>Ctrl</key><key>Alt</key><key>t</key></keyseq>
    or by searching for <input>terminal</input> in the <gui>dash</gui>.</p>
  </item>
  <item>
    <p>Type <cmd>sudo pm-hibernate</cmd> into the terminal and press <key>Enter</key>.</p>
    <p>Enter your password when prompted.</p>
  </item>
  <item>
    <p>After you computer turns off, switch it back on. Did your open applications
       re-open?</p>
    <p>If hibernate doesn't work, check if your swap partition is at least as large as your
       available RAM.</p>
  </item>
</steps>

</section>
    
<section id="enable-hibernate">
<title>Enable hibernate</title>

  <p>If the hibernate test works, you can continue to use the <cmd>sudo pm-hibernate</cmd>
  command when you want to hibernate.</p>

  <p>You can also enable the hibernate option in the menus. To do that, use your favorite text
  editor to create <file>/etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla</file>.
  Add the following to the file and save:</p>

<code its:translate="no">
[Re-enable hibernate by default]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes
</code>

</section>

</page>