$ whatis pwait

The set of commands that work on proc (psudo) based file systems. The list of ptools are: proc, pflags, pcred, pldd, psig, pstack, pfiles, pwdx, pstop, prun, pwait, ptime - proc tools


Examples:

	
# hostname
MySolaris

# pwait $$ 
Will wait for pid $$.
# pwait -v $$ 
Will wait for the process $$ and verbosely display the data structure if there is any.

Please click on " man pwait. " to see the Manual Page for this command.