/pid_children

A simple program outputs descendant process ids for each pid given on the command line

Primary LanguageRustBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

A simple program outputs descendant process ids for each pid given on the command line. E.g.

pid_children 1

which outputs all process ids on the system except for 1.

Works on Linux only.