+3 votes
604 views
in Programming by Expert (5.9k points)
Hello i want to see all running process in linux ubuntu with terminal , Can you help me?

Thanks For help!

2 Answers

0 votes
by Expert (5.1k points)

# ps aux | less

 

  • -A: select all processes
  • a: select all processes on a terminal, including those of other users
  • x: select processes without controlling ttys

 

0 votes
by Expert (5.9k points)
If you want running process which are having more memory.
Just write ---》 top
 In terminal and hit enter , you will get all top running process which
May hang your machine.
Hope it helped you.

Not a Member yet?

Ask to Folks Login

My Account

Your feedback is highly appreciated