EZ Linux Admin random header image

Show All Running Processes in Linux

January 21st, 2010 by EZ linux · No Comments

To see every process type:

ps -A

To see every process except what’s running from root type:

ps -U root -u root -N

Tags: Cheat Sheets · Linux Commands · Linux Tricks

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment