table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 0.9-1.8
 - Leap-16.0
 - Leap-15.6
 
| PWAIT(1) | General Commands Manual | PWAIT(1) | 
NAME¶
pwait — wait for
    processes to terminate
SYNOPSIS¶
pwait | 
    [-v] [-c]
      pid ... | 
  
DESCRIPTION¶
pwait waits until each of the given
    processes has terminated.
The options are as follows:
EXIT STATUS¶
The pwait utility exits 0 on
    success, and >0 if an error occurs.
Invalid pids elicit a warning message but are otherwise ignored.
ERRORS¶
Check these prerequisites if you see this error:
binding sk_nl error: Operation not permitted
pwait requires special permissions to run,
    either root or the Linux CAP_NET_ADMIN
  capability.
pwait only works on Linux kernels with the
    kernel options
CONFIG_CONNECTOR=y CONFIG_PROC_EVENTS=y
SEE ALSO¶
AUTHORS¶
Leah Neukirchen <leah@vuxu.org>
Built upon code from FreeBSD
    pwait written by Jilles Tjoelker.
LICENSE¶
pwait is licensed under the terms of the
    GPLv2.
| September 17, 2018 | Linux 6.4.0-150700.53.19-default |