Query Process
Updated: January 21, 2005
Syntax
Parameters
Remarks
- Administrators have full access to all query process functions.
- If you do not specify the UserName, SessionName, /id:SessionID, Program.exe, or * parameters, query process displays only the processes belonging to the current user.
- If a session is specified, it must identify an active session. You can use wildcards to identify the process.
- Query process returns the following information:
- The user who owns the process
- The session that owns the process
- The ID of the session
- The name of the process
- The state of the process
- The ID of the process
- When query process returns information, a greater than (>) symbol is displayed before each process belonging to the current session.
Examples
query process *
To display information about the processes being used by session ID 2, type:
query process /ID:2
Formatting legend
Format | Meaning |
Italic | Information that the user must supply |
Bold | Elements that the user must type exactly as shown |
Ellipsis (...) | Parameter that can be repeated several times in a command line |
Between brackets ([]) | Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} | Set of choices from which the user must choose only one |
Courier font | Code or program output |