lilydjwg / pid_children

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 100.0%