File tree Expand file tree Collapse file tree 2 files changed +113
-0
lines changed
Documentation/translations/zh_CN Expand file tree Collapse file tree 2 files changed +113
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. include :: ../disclaimer-zh_CN.rst
2
+
3
+ :Original: :ref: `Documentation/admin-guide/index.rst `
4
+ :Translator: Alex Shi <
[email protected] >
5
+
6
+
7
+ Linux 内核用户和管理员指南
8
+ ==========================
9
+
10
+ 下面是一组随时间添加到内核中的面向用户的文档的集合。到目前为止,还没有一个
11
+ 整体的顺序或组织 - 这些材料不是一个单一的,连贯的文件!幸运的话,情况会随着
12
+ 时间的推移而迅速改善。
13
+
14
+ 这个初始部分包含总体信息,包括描述内核的README, 关于内核参数的文档等。
15
+
16
+
17
+ README
18
+ kernel-parameters
19
+ devices
20
+ sysctl/index
21
+
22
+ 本节介绍CPU漏洞及其缓解措施。
23
+
24
+ hw-vuln/index
25
+
26
+ 下面的一组文档,针对的是试图跟踪问题和bug的用户。
27
+
28
+
29
+ reporting-bugs
30
+ security-bugs
31
+ bug-hunting
32
+ bug-bisect
33
+ tainted-kernels
34
+ ramoops
35
+ dynamic-debug-howto
36
+ init
37
+ kdump/index
38
+ perf/index
39
+
40
+ 这是应用程序开发人员感兴趣的章节的开始。可以在这里找到涵盖内核ABI各个
41
+ 方面的文档。
42
+
43
+ sysfs-rules
44
+
45
+ 本手册的其余部分包括各种指南,介绍如何根据您的喜好配置内核的特定行为。
46
+
47
+ acpi/index
48
+ aoe/index
49
+ auxdisplay/index
50
+ bcache
51
+ binderfs
52
+ binfmt-misc
53
+ blockdev/index
54
+ bootconfig
55
+ braille-console
56
+ btmrvl
57
+ cgroup-v1/index
58
+ cgroup-v2
59
+ cifs/index
60
+ clearing-warn-once
61
+ cpu-load
62
+ cputopology
63
+ dell_rbu
64
+ device-mapper/index
65
+ edid
66
+ efi-stub
67
+ ext4
68
+ nfs/index
69
+ gpio/index
70
+ highuid
71
+ hw_random
72
+ initrd
73
+ iostats
74
+ java
75
+ jfs
76
+ kernel-per-CPU-kthreads
77
+ laptops/index
78
+ lcd-panel-cgram
79
+ ldm
80
+ lockup-watchdogs
81
+ LSM/index
82
+ md
83
+ media/index
84
+ mm/index
85
+ module-signing
86
+ mono
87
+ namespaces/index
88
+ numastat
89
+ parport
90
+ perf-security
91
+ pm/index
92
+ pnp
93
+ rapidio
94
+ ras
95
+ rtc
96
+ serial-console
97
+ svga
98
+ sysrq
99
+ thunderbolt
100
+ ufs
101
+ unicode
102
+ vga-softcursor
103
+ video-output
104
+ wimax/index
105
+ xfs
106
+
107
+ .. only :: subproject and html
108
+
109
+ Indices
110
+ =======
111
+
112
+ * :ref: `genindex `
Original file line number Diff line number Diff line change 13
13
.. toctree ::
14
14
:maxdepth: 2
15
15
16
+ admin-guide/index
16
17
process/index
17
18
filesystems/index
18
19
You can’t perform that action at this time.
0 commit comments