• Register

How to list all running processes in Linux

0 votes
How to list all running processes in Linux?
asked Jan 19 by r00t (390 points)
    

1 Answer

+1 vote
ps -ef

ps aux
answered Jan 19 by r00t (390 points)