Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Finding arguments of processes

Finding arguments of processes

From: Forte Agent <1443131_at_usenetplanet.com>
Date: Tue, 29 Apr 2003 11:13:28 -0400
Message-ID: <ub5tav8abtvh7jb4gf1ejr1aqqn75eir3h@4ax.com>

In many UNIX platforms, simply doing "ps -ef" shows process list with the arguments used to start them. For example, if someone executed "program.exe my_file1", then "program.exe my_file1" will be reported by "ps -ef", showing the argument "my_file1". I do not know how this can be done in MS Windows. Task manager shows only the process name without the argument (it would show "program.exe" only). Is there some way to find this out? Thank you in advance. Received on Tue Apr 29 2003 - 10:13:28 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US