Topics
Mind Fresher Games
Books Deals
Hot Questions
Hot Answers
New Questions
Ask a Question
Explore
Ask a Question
Programming
How to see all running process in linux ubuntu?
How to see all running process in linux ubuntu?
+3
votes
480
views
asked
in
Programming
by
duke
Expert
(
5.9k
points)
Hello i want to see all running process in linux ubuntu with terminal , Can you help me?
Thanks For help!
ubuntu
linux
Your answer
Thanks for contributing your answer!
Please be sure to answer the question. Provide details with examples and share your research!
Your name to display (optional):
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
2
Answers
0
votes
answered
by
amit_pammu
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
Your comment on this answer:
Use comments to reply to other users or notify them of changes. If you are adding new information, edit your post instead of commenting.
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
0
votes
answered
by
Himanshu
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.
Your comment on this answer:
Use comments to reply to other users or notify them of changes. If you are adding new information, edit your post instead of commenting.
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Not a Member yet?
My Account
1049
Folks are online
1
members and
1048
guest online
Related questions
How to set java and java home path in linux ubuntu?
Easy way to install Apache JMeter in ubuntu (Linux)
Easy way to Install Java 7 on Ubuntu (linux).
How to rename a file in Linux?
execute command remotely in linux
Running selenium in apache server.
how to get all child nodes in JSON
How to remove comma in String array ?
How to set cron job in server for python script
How to check a string contains a specific word in php?
how to convert default date timezone in php
How to print specific Array key in PHP?
How to remove a specific string from array in PHP?
How to resolve this error: cannot be resolved to a type in jsp
How to Run multiple Query in mysqli_query ?
How to Change String to Lower Case or Upper case in Java?
How to fetch the latest twitter post in my php page?
How to use login script in PHP and PDO ?
How to remove line breaks from a string in java?
How to Get Some Specific Characters From a String In Java?
Categories
All categories
Software Testing
(48)
Programming
(130)
Interview Questions
(28)
My Career
(1)
Puzzles
(4)
Motor Bikes
(11)
Travel
(9)
Electronics
(1)
Entertainment
(2)
OTHER
(18)
Recent
Popular Questions
Registration and login form in PHP?
Tell me best places to visit during holi in india?
What is the best time to visit and the best way to get to the Taj Mahal?
JavaScript- Open a new tab while focusing on an old tab
What should I know before visiting Jim Corbett National Park?
Tell me best places to visit during holi in india?
What is the best time to visit and the best way to get to the Taj Mahal?
What should I know before visiting Jim Corbett National Park?
How to download COVID vaccination certificate and correct personal details?
How to book Vaccine slot quickly ?
All categories
Software Testing
(48)
Programming
(130)
Interview Questions
(28)
My Career
(1)
Puzzles
(4)
Motor Bikes
(11)
Travel
(9)
Electronics
(1)
Entertainment
(2)
OTHER
(18)
Your feedback is highly appreciated