I discovered my program could not programatically change the Ubuntu
16.04 System Monitor
process name from cli or mono to an unique name such as "fancy_name".
How can we
fix my botched C++ program for the use case where multiple Linux
processes
have an identical name and we would like to kill processes by process
name
using pgrep? My architect does not wish to use UNIX scripts for this
purpose.
Also, my architect would like to why the System Monitor or top displays
a command line prefaced with /usr/bin/cli or /usr/bin/mono even though I
did not specify it in my C++ execle invocation?