answersLogoWhite

0

The 'ps' command will give you all the currently running processes. Each Unix system may have slightly different options to list them.

The most common would be:

ps -ed

or

ps -ef

or

ps -el

depending on how much information you want to see.

User Avatar

Wiki User

15y ago

What else can I help you with?