Henry Nelson wrote:
> Maybe ps needs a command-line switch to wake up all processes?
FWIW, the 'ps' on FreeBSD 4.7 supports the following option:
-f Show commandline and environment information about swapped out
processes. This option is honored only if the uid of the user is
0.
--Bill