WAITPID(1) | 사용자 명령 | WAITPID(1) |
이름¶
waitpid - 순차 프로세스를 기다리는 유틸리티입니다
개요¶
waitpid [-v] [--timeout|-t 초] PID...
설명¶
waitpid is a simple command to wait for arbitrary non-child processes.
It exits after all processes whose PIDs have been passed as arguments have exited.
옵션¶
-v, --verbose
-t, --timeout 초
-e, --exited
-c, --count 횟수
-h, --help
-V, --version
종료 상태¶
*waitpid*는 다음 종료 상태 값을 가집니다:
0
1
2
3
저작자¶
Thomas Weißschuh <thomas@t-8ch.de>
추가 참조¶
waitpid(2) wait(1P)
버그 보고¶
<https://github.com/util-linux/util-linux/issues의> 문제 추적 게시판에 버그를 보고하십시오.
가용성¶
waitpid 명령은 Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>에서 다운로드할 수 있는 util-linux 패키지의 일부입니다.
2025-01-14 | util-linux 2.40.4 |