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.