Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!tut.cis.ohio-state.edu!CIS.OHIO-STATE.EDU!george From: george@CIS.OHIO-STATE.EDU (George M. Jones) Newsgroups: comp.sys.encore Subject: Can I get the argv of a process under Umax 4.[23] ? Message-ID: <9010221244.AA18981@mad.cis.ohio-state.edu> Date: 22 Oct 90 12:44:12 GMT Sender: george@tut.cis.ohio-state.edu Lines: 7 Is there any way to find out what arguments were passed to a process started via the shell ? After a few minutes staring at include files in /usr/include/inq_stats it looks like all that is available is the command name (via pd_command in the structure proc_detail). Am I missing anything ? ---George Jones