I have the process running, I know it has been supplied with many command line arguments. Yet, both 'cat /proc/<pid>/cmdline' and 'procstat -c <pid>' only show it's bare name, no arguments. How can I see the full command line? Yuri