waitpid - Man Page

utility to wait for arbitrary processes

Examples (TL;DR)

Synopsis

waitpid [-v] [--timeout|-t seconds] PID[:inode]...

Description

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.

Optionally, a process can be addressed with the format PID:inode. The inode identifies the unique process’s file descriptor. To retrieve a process’s inode number you can use the getino(1) utility.

Options

-v,  --verbose

Be more verbose.

-t,  --timeout seconds

Maximum wait time.

-e,  --exited

Don’t error on already exited PIDs.

-c,  --count count

Number of process exits to wait for.

-h,  --help

Display help text and exit.

-V,  --version

Display version and exit.

Exit Status

waitpid has the following exit status values:

0

success

1

unspecified failure

2

system does not provide necessary functionality

3

timeout expired

Authors

Thomas Weißschuh

See Also

waitpid(2) wait(1P) getino(1)

Reporting Bugs

For bug reports, use the issue tracker.

Availability

The waitpid command is part of the util-linux package which can be downloaded from Linux Kernel Archive.

Info

2026-04-01 util-linux 2.42