| 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>
For bug reports, use the issue tracker <https://github.com/util-linux/util-linux/issues>.
waitpid 명령은 Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>에서 다운로드할 수 있는 util-linux 패키지의 일부입니다.
| 2025-05-09 | util-linux 2.41 |