> A process can change the arguments at any time w/o doing an exec. I have
> actually read the code that is needed to do this under Linux. It is less
> than 15 lines. All it does is rebuild the environment which is where the
> exec'ed command line arguments are kept. Once they are rebuilt ps, top,
> and everything else just pick them up from /proc/<pid>/cmdline.