freebsd/*,netbsd/*,openbsd/*,sunos/*: add Korean translation (#13120)

* freebsd/*: add Korean translation

* netbsd/*: add Korean translation

* openbsd/*: add Korean translation

* sunos/*: add Korean translation

* freebsd/look: update Korean translation

* prstat: fix placeholder
This commit is contained in:
코드싸이
2024-06-23 21:09:13 +09:00
committed by GitHub
parent c0889e7573
commit 67f1a6914b
39 changed files with 817 additions and 0 deletions

16
pages.ko/sunos/prctl.md Normal file
View File

@@ -0,0 +1,16 @@
# prctl
> 실행 중인 프로세스, 작업 및 프로젝트의 리소스 제어를 가져오거나 설정합니다.
> 더 많은 정보: <https://www.unix.com/man-page/sunos/1/prctl>.
- 프로세스 제한 및 권한 검사:
`prctl {{pid}}`
- 기계적 분석이 가능한 형식으로 프로세스 제한 및 권한 검사:
`prctl -P {{pid}}`
- 실행 중인 프로세스의 특정 제한 가져오기:
`prctl -n process.max-file-descriptor {{pid}}`