Answers for "how to know what program use the process in linux"

8

check running process in linux

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

find process on linux

ps –ef | grep <processName>
Posted by: Guest on June-25-2021

Code answers related to "how to know what program use the process in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language