|
ps.exe
The ps command prints process name and ID of all active processes.
USAGE:
ps [process name] [/?]
COMMAND OPTIONS:
|
Process name
|
full or partial process name This option will list only the processes that begin with this option If no value is given then all processes are listed
|
|
/?
|
Display help file
|
EXAMPLES:
To display all current processes, type:
ps
To display all cmd.exe processes, type
ps cmd
To display text help file, type:
ps /?
|