Answers for "find specific process id of process unix"

2

unix find process

ps aux | grep -i firefox
Posted by: Guest on May-17-2021
1

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

Browse Popular Code Answers by Language