Answers for "how to check process id in linux"

1

list the process id in linux

ps ux
Posted by: Guest on December-06-2020
-1

how to get process id in linux

lsof -i tcp:3000
kill -9 pId
Posted by: Guest on September-18-2020
0

how to check process id in linux

$ ps ax | grep firefox
2222 ?        S      0:00 /bin/sh /usr/lib/firefox-3.6.9/firefox
2231 ?        Sl   514:36 /usr/lib/firefox-3.6.9/firefox-bin
30290 pts/2    S+     0:00 grep --color=auto firefox
Posted by: Guest on August-18-2021

Code answers related to "how to check process id in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language