Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How do I find the name of a process in linux?

I’m really struggling with how to find processes by name in linux. I’m sure it’s probably something simple that I’m missing.

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Are you looking for the command ps ?

Here an example

nabil@LAPTOP:~$ ps xua | grep python
rootwsl      327  0.0  0.1  29568 17880 ?        Ss   Jan30   0:02 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers
rootwsl      411  0.0  0.1 108116 20740 ?        Ssl  Jan30   0:00 /usr/bin/python3 /usr/share/unattended-upgrades/unattended-upgrade-shutdown --wait-for-signal
nabil     106387  0.0  0.0   3444   736 pts/1    S+   23:26   0:00 grep --color=auto python
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading