Skip to content

Commit 9e24e75

Browse files
authored
Merge pull request #30009 from ClaudiaJKang/ko-29559
[ko] Translate docs/reference/glossary/sysctl.md in Korean
2 parents 3daa802 + 893b982 commit 9e24e75

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: sysctl
3+
id: sysctl
4+
date: 2019-02-12
5+
full_link: /docs/tasks/administer-cluster/sysctl-cluster/
6+
short_description: >
7+
유닉스 커널 파라미터를 가져오거나 설정하는 데 사용하는 인터페이스
8+
9+
aka:
10+
tags:
11+
- tool
12+
---
13+
`sysctl`은 동작 중인 유닉스 커널의 속성을 읽거나 수정하는 데 사용하는
14+
(준)표준 인터페이스이다.
15+
16+
<!--more-->
17+
18+
유닉스 계열 시스템에서 `sysctl`은 관리자가 이러한 설정을 확인하고 수정하는데 사용하는 도구의
19+
이름이기도 하고, 해당 도구가 사용하는 시스템 콜이기도
20+
하다.
21+
22+
{{< glossary_tooltip text="컨테이너" term_id="container" >}} 런타임과
23+
네트워크 플러그인은 특정 방식으로 설정된 `sysctl` 값에 의존성이 있을 수 있다.

0 commit comments

Comments
 (0)