요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
부팅과 운영 문제 해결
index.rst:45-114부팅, 버그·회귀 추적, 덤프·성능·RAS와 핵심 커널 관리 문서로 연결합니다.
스토리지와 장치
index.rst:115-167블록 계층, 파일시스템과 장치별 관리 가이드의 원문 경로를 보존합니다.
분석과 기타 자료
index.rst:168-198안전 필수 워크로드 분석, 오래된 기타 문서와 생성 색인을 안내합니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
=================================================
The Linux kernel user's and administrator's guide
=================================================
The following is a collection of user-oriented documents that have been
added to the kernel over time. There is, as yet, little overall order or
organization here — this material was not written to be a single, coherent
document! With luck things will improve quickly over time.
General guides to kernel administration
---------------------------------------
This initial section contains overall information, including the README
file describing the kernel as a whole, documentation on kernel parameters,
etc.
.. toctree::
:maxdepth: 1
README
devices
features
A big part of the kernel's administrative interface is the /proc and sysfs
virtual filesystems; these documents describe how to interact with tem
.. toctree::
:maxdepth: 1
sysfs-rules
sysctl/index
cputopology
abi
Security-related documentation:
.. toctree::
:maxdepth: 1
hw-vuln/index
LSM/index
perf-security
Booting the kernel
------------------
.. toctree::
:maxdepth: 1
bootconfig
kernel-parameters
efi-stub
initrd
Tracking down and identifying problems
--------------------------------------
Here is a set of documents aimed at users who are trying to track down
problems and bugs in particular.
.. toctree::
:maxdepth: 1
reporting-issues
reporting-regressions
quickly-build-trimmed-linux
verify-bugs-and-bisect-regressions
bug-hunting
bug-bisect
tainted-kernels
ramoops
dynamic-debug-howto
init
kdump/index
perf/index
pstore-blk
clearing-warn-once
kernel-per-CPU-kthreads
lockup-watchdogs
RAS/index
sysrq
Core-kernel subsystems
----------------------
These documents describe core-kernel administration interfaces that are
likely to be of interest on almost any system.
.. toctree::
:maxdepth: 1
cgroup-v2
cgroup-v1/index
cpu-load
mm/index
module-signing
namespaces/index
numastat
pm/index
syscall-user-dispatch
Support for non-native binary formats. Note that some of these
documents are ... old ...
.. toctree::
:maxdepth: 1
binfmt-misc
java
mono
Block-layer and filesystem administration
-----------------------------------------
.. toctree::
:maxdepth: 1
bcache
binderfs
blockdev/index
cifs/index
device-mapper/index
ext4
filesystem-monitoring
nfs/index
iostats
jfs
md
ufs
xfs
Device-specific guides
----------------------
How to configure your hardware within your Linux system.
.. toctree::
:maxdepth: 1
acpi/index
aoe/index
auxdisplay/index
braille-console
btmrvl
dell_rbu
edid
gpio/index
hw_random
laptops/index
lcd-panel-cgram
media/index
nvme-multipath
parport
pnp
rapidio
rtc
serial-console
svga
thermal/index
thunderbolt
vga-softcursor
video-output
Workload analysis
-----------------
This is the beginning of a section with information of interest to
application developers and system integrators doing analysis of the
Linux kernel for safety critical applications. Documents supporting
analysis of kernel interactions with applications, and key kernel
subsystems expectations will be found here.
.. toctree::
:maxdepth: 1
workload-tracing
Everything else
---------------
A few hard-to-categorize and generally obsolete documents.
.. toctree::
:maxdepth: 1
ldm
unicode
.. only:: subproject and html
Indices
=======
* :ref:`genindex`
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
Linux 커널 사용자·관리자 가이드와 일반 안내
1-44Linux 커널 사용자 및 관리자 가이드
다음은 오랜 시간에 걸쳐 커널에 추가된 사용자 지향 문서 모음입니다. 아직 전체적인 순서나 조직이 충분하지 않습니다. 이 자료는 처음부터 하나의 일관된 문서로 작성된 것이 아닙니다. 시간이 흐르면서 빠르게 개선되기를 기대합니다.
커널 관리 일반 가이드
첫 절은 커널 전체를 설명하는 `README`, 커널 매개변수 문서 등 전반적인 정보를 담습니다. 각 목차 블록은 원문에서 `.. toctree::`와 `:maxdepth: 1`로 구성됩니다.
- README
- devices
- features
커널 관리 인터페이스의 상당 부분은 `/proc`와 sysfs 가상 파일시스템입니다. 다음 문서는 이 인터페이스와 상호작용하는 방법을 설명합니다.
- sysfs-rules
- sysctl/index
- cputopology
- abi
보안 관련 문서는 다음과 같습니다.
- hw-vuln/index
- LSM/index
- perf-security
커널 부팅과 문제 추적
45-84커널 부팅
- bootconfig
- kernel-parameters
- efi-stub
- initrd
문제 추적과 식별
다음은 특히 문제와 버그를 추적하려는 사용자를 위한 문서 모음입니다.
- reporting-issues
- reporting-regressions
- quickly-build-trimmed-linux
- verify-bugs-and-bisect-regressions
- bug-hunting
- bug-bisect
- tainted-kernels
- ramoops
- dynamic-debug-howto
- init
- kdump/index
- perf/index
- pstore-blk
- clearing-warn-once
- kernel-per-CPU-kthreads
- lockup-watchdogs
- RAS/index
- sysrq
핵심 커널 하위 시스템과 바이너리 형식
85-114핵심 커널 하위 시스템
다음 문서는 거의 모든 시스템에서 관심을 가질 만한 핵심 커널 관리 인터페이스를 설명합니다.
- cgroup-v2
- cgroup-v1/index
- cpu-load
- mm/index
- module-signing
- namespaces/index
- numastat
- pm/index
- syscall-user-dispatch
다음은 네이티브가 아닌 바이너리 형식 지원 문서입니다. 일부 문서는 상당히 오래되었다는 점에 유의하십시오.
- binfmt-misc
- java
- mono
블록 계층과 파일시스템 관리
115-135- bcache
- binderfs
- blockdev/index
- cifs/index
- device-mapper/index
- ext4
- filesystem-monitoring
- nfs/index
- iostats
- jfs
- md
- ufs
- xfs
장치별 가이드
136-167Linux 시스템 안에서 하드웨어를 구성하는 방법을 다룹니다.
- acpi/index
- aoe/index
- auxdisplay/index
- braille-console
- btmrvl
- dell_rbu
- edid
- gpio/index
- hw_random
- laptops/index
- lcd-panel-cgram
- media/index
- nvme-multipath
- parport
- pnp
- rapidio
- rtc
- serial-console
- svga
- thermal/index
- thunderbolt
- vga-softcursor
- video-output
워크로드 분석
168-181이 절은 안전 필수 응용 프로그램을 위해 Linux 커널을 분석하는 응용 프로그램 개발자와 시스템 통합자에게 필요한 정보를 모으는 출발점입니다. 응용 프로그램과 커널의 상호작용 분석, 핵심 커널 하위 시스템에 대한 기대 사항을 지원하는 문서를 이곳에서 찾을 수 있습니다.
- workload-tracing
기타 문서와 색인
182-198그 밖의 모든 문서
분류하기 어렵고 대체로 오래된 문서 몇 개를 모았습니다.
- ldm
- unicode
원문의 `.. only:: subproject and html` 조건에서는 HTML 하위 프로젝트에 색인 절을 표시합니다.
색인
- genindex
관리 문서의 구성
index.rst:1-44가이드의 성격과 일반 관리, 가상 파일시스템, 보안 문서의 상위 목차를 설명합니다.