TITLE
    Mac OS X Server: Seeing Which Applications Are Currently Open
Article ID:
Created:
Modified:
24664
10/13/98
6/19/00

TOPIC

    This article explains how to see which applications are currently open Mac OS X Server.


DISCUSSION

    You can see which applications are currently open by using the Applications menu. To open the Applications menu, click the name of the current application, which appears on the far right of the menu bar.

    The names of each open application appear in this menu.

    To view which applications are currently running from the command line use the ps command. To use the command line, open the Terminal application from the Apple menu.

    An example of the ps command is "ps -aelx". ps -aelx prints most all processes in a wide format. The command "ps -l" prints only the processes associated with the terminal requesting the listing.

    The ps command has many arguments. Use the man command "man ps" to view all the arguments for the ps command.

Document Information
Product Area: Mac OS System Software
Category: Mac OS X Server
Sub Category: General Topics

Copyright © 2000 Apple Computer, Inc. All rights reserved.