1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/sunos/prctl.md
코드싸이 67f1a6914b
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
2024-06-23 21:09:13 +09:00

460 B

prctl

실행 중인 프로세스, 작업 및 프로젝트의 리소스 제어를 가져오거나 설정합니다. 더 많은 정보: https://www.unix.com/man-page/sunos/1/prctl.

  • 프로세스 제한 및 권한 검사:

prctl {{pid}}

  • 기계적 분석이 가능한 형식으로 프로세스 제한 및 권한 검사:

prctl -P {{pid}}

  • 실행 중인 프로세스의 특정 제한 가져오기:

prctl -n process.max-file-descriptor {{pid}}