Provided by: util-linux-locales_2.41-4ubuntu3_all bug

이름

       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
           Be more verbose.

       -t, --timeout 
           Maximum wait time.

       -e, --exited
           이미 빠져나간 PID에 대해 오류를 나타내지 않습니다.

       -c, --count 횟수
           기다릴 종료 프로세스 갯수입니다.

       -h, --help
           도움말 내용을 나타낸 후 나갑니다.

       -V, --version
           Display version and exit.

종료 상태

       *waitpid*는 다음 종료 상태 값을 가집니다:

       0
           성공

       1
           지정하지 않은 실패 오류

       2
           시스템에서 필요한 기능을 지원하지 않음

       3
           시간 초과

저작자

       Thomas Weißschuh <thomas@t-8ch.de>

추가 참조

       waitpid(2) wait(1P)

버그 보고

       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 패키지의 일부입니다.

util-linux 2.41                                    2025-07-02                                         WAITPID(1)