Answers for "how to check running process in ubuntu terminal"

7

check running process in linux

ps -aux 
# (print all processes owned by a user named "x")
Posted by: Guest on May-02-2020
0

ubuntu list running applications

ps aux
ps -ef
Posted by: Guest on May-14-2020

Code answers related to "how to check running process in ubuntu terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language