← Documents Documentation/admin-guide/cifs/index.rst GitHub 원문 ↗

Linux 6.18.37 · Administration / CIFS

CIFS documentation index

CIFS introduction, usage, TODO, changes, authors 문서를 묶고 HTML build의 general index를 연결하는 Sphinx 목차입니다.

Source pathDocumentation/admin-guide/cifs/index.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

CIFS 문서 구조

index.rst:1-21

CIFS 문서 집합의 `toctree` 순서, 최대 깊이와 HTML용 `genindex` 조건을 설명합니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 ====
4 CIFS
5 ====
6
7 .. toctree::
8 :maxdepth: 2
9
10 introduction
11 usage
12 todo
13 changes
14 authors
15
16 .. only:: subproject and html
17
18 Indices
19 =======
20
21 * :ref:`genindex`
22

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

CIFS 문서 목차

1-21

이 문서는 GPL-2.0으로 배포되는 CIFS 문서 집합의 Sphinx 목차입니다. 최대 깊이 2의 `toctree`에 introduction, usage, todo, changes, authors를 이 순서로 포함합니다.

.. SPDX-License-Identifier: GPL-2.0

====
CIFS
====

.. toctree::
   :maxdepth: 2

   introduction
   usage
   todo
   changes
   authors

.. only::  subproject and html

   Indices
   =======

   * :ref:`genindex`

`subproject and html` 조건에서는 `Indices` 절과 `genindex` 참조도 출력합니다. Directive, 문서 basename, reference 이름은 Sphinx 식별자이므로 원문 표기를 유지합니다.

CIFS 문서 진입점
CIFS indexintroductionusagetodochangesauthors

Index에서 연결되는 문서의 순서입니다.