Hi, I found this handy utility while using Void Linux. It allows tracing exec() calls system-wide, for a given PID, or for a command line. Much handier than strace -fe exec... It also comes with pwait(1) to wait for a given PID to exit, useful when you decide you want to chain a long running command with ; or && or || after you've already started it. I assume dev-debug would be the right category as with strace and ltrace. It's packaged in Void, Ubuntu, Debian, and OpenSUSE if examples are needed, but the build is dead simple. Reproducible: Always