Query: pwait
OS: freebsd
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PWAIT(1) BSD General Commands Manual PWAIT(1)NAMEpwait -- wait for processes to terminateSYNOPSISpwait [-v] pid ...DESCRIPTIONThe pwait utility will wait until each of the given processes has terminated. The following option is available: -v Print the exit status when each process terminates.DIAGNOSTICSThe pwait utility returns 0 on success, and >0 if an error occurs. Invalid pids elicit a warning message but are otherwise ignored.SEE ALSOkill(1), pkill(1), ps(1), wait(1), kqueue(2)NOTESpwait is not a substitute for the wait(1) builtin as it will not clean up any zombies or state in the parent process.HISTORYA pwait command first appeared in SunOS 5.8.BSDNovember 1, 2009 BSD
| Related Man Pages | 
|---|
| wait(1) - opensolaris | 
| pslist(1) - debian | 
| kill(1) - netbsd | 
| wait(1) - sunos | 
| wait(1) - x11r4 | 
| Similar Topics in the Unix Linux Community | 
|---|
| functionalities of PFILES | 
| Process Wait on DG UX | 
| Running from Shell Vs running from RC script | 
| Stuck in pthread_cond_signal() |