waitpid(2) - man - phpman

Look up a command

 

Not found locally for waitpid. Try Google search | cheat.sh


TLDR: waitpid (tldr-pages)

Wait for the termination of arbitrary processes.

  • Sleep until all processes whose PIDs have been specified have exited
    waitpid {{pid1 pid2 ...}}
  • Sleep for at most `n` seconds
    waitpid {{-t|--timeout}} {{n}} {{pid1 pid2 ...}}
  • Do not error if specified PIDs have already exited
    waitpid {{-e|--exited}} {{pid1 pid2 ...}}
  • Sleep until `n` of the specified processes have exited
    waitpid {{-c|--count}} {{n}} {{pid1 pid2 ...}}
  • Display help
    waitpid {{-h|--help}}
intro (2)            - introduction to system calls

Generated by phpMan Author: Che Dong Under GNU General Public License
2026-06-02 05:17 @216.73.216.198 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!