in reply to Re: getting the exact string used to call a perl script
in thread getting the exact string used to call a perl script
You should be able to read the full command line from /proc/$PID/cmdlineBut only after the shell processing the quotes. What you'll see in /proc/$PID/cmdline are the things passed in execve, separated by NUL characters.
|
|---|