This file is indexed.

/usr/share/xml/udunits/udunits2-derived.xml is in libudunits2-0 2.2.0-1.

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
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<?xml version="1.0" encoding="US-ASCII"?>
<!--
Copyright 2008, 2009 University Corporation for Atmospheric Research

This file is part of the UDUNITS-2 package.  See the file COPYRIGHT
in the top-level source-directory of the package for copying and
redistribution conditions.

SI derived units with special names and symbols
-->
<unit-system>
    <unit>
        <dimensionless/>
        <name><singular>radian</singular></name>
        <symbol>rad</symbol>
    </unit>
    <unit>
        <def>rad^2</def>
        <name><singular>steradian</singular></name>
        <symbol>sr</symbol>
    </unit>
    <unit>
        <def>1/s</def>
        <name><singular>hertz</singular></name>
        <symbol>Hz</symbol>
    </unit>
    <unit>
        <def>1e-3 kg</def>
        <name><singular>gram</singular></name>
        <symbol>g</symbol>
    </unit>
    <unit>
        <def>m.kg/s^2</def>
        <name><singular>newton</singular></name>
        <symbol>N</symbol>
    </unit>
    <unit>
        <def>N/m^2</def>
        <name><singular>pascal</singular></name>
        <symbol>Pa</symbol>
    </unit>
    <unit>
        <def>N.m</def>
        <name><singular>joule</singular></name>
        <symbol>J</symbol>
    </unit>
    <unit>
        <def>J/s</def>
        <name><singular>watt</singular></name>
        <symbol>W</symbol>
    </unit>
    <unit>
        <def>s.A</def>
        <name><singular>coulomb</singular></name>
        <symbol>C</symbol>
    </unit>
    <unit>
        <def>W/A</def>
        <name><singular>volt</singular></name>
        <symbol>V</symbol>
    </unit>
    <unit>
        <def>C/V</def>
        <name><singular>farad</singular></name>
        <symbol>F</symbol>
    </unit>
    <unit>
        <def>V/A</def>
        <name><singular>ohm</singular></name>
        <symbol>&#x3A9;</symbol>        <!-- Greek capital letter omega
                                             (preferred) -->
        <aliases>
            <symbol>&#x2126;</symbol>   <!-- OHM SIGN -->
        </aliases>
    </unit>
    <unit>
        <def>A/V</def>
        <name> <singular>siemens</singular> </name>
        <symbol>S</symbol>
    </unit>
    <unit>
        <def>V.s</def>
        <name><singular>weber</singular></name>
        <symbol>Wb</symbol>
    </unit>
    <unit>
        <def>Wb/m^2</def>
        <name><singular>tesla</singular></name>
        <symbol>T</symbol>
    </unit>
    <unit>
        <def>Wb/A</def>
        <name><singular>henry</singular></name>
        <symbol>H</symbol>
    </unit>
    <unit>
        <def>K @ 273.15</def>
        <name>
            <singular>degree_Celsius</singular>
            <plural>degrees_Celsius</plural>
        </name>
        <symbol>&#xB0;C</symbol>            <!-- DEGREE SIGN -->
    </unit>
    <unit>
        <def>cd.sr</def>
        <name><singular>lumen</singular></name>
        <symbol>lm</symbol>
    </unit>
    <unit>
        <def>lm/m^2</def>
        <name><singular>lux</singular></name>
        <symbol>lx</symbol>
    </unit>
    <unit>
        <def>mol/s</def>
        <name><singular>katal</singular></name>
        <symbol>kat</symbol>
    </unit>

    <!-- SI derived units with special names and symbols admitted for
    reasons of safeguarding human health -->
        <unit>
            <def>1/s</def>
            <aliases>
                <!-- The following are aliases because "1/s" is already
                mapped to "hertz" and "Hz" -->
                <name><singular>becquerel</singular></name>
                <symbol>Bq</symbol>
            </aliases>
        </unit>
        <unit>
            <def>J/kg</def>
            <name><singular>gray</singular></name>
            <symbol>Gy</symbol>
        </unit>
        <unit>
            <def>J/kg</def>
            <aliases>
                <name><singular>sievert</singular></name>
                <symbol>Sv</symbol>
            </aliases>
        </unit>
</unit-system>