> For the complete documentation index, see [llms.txt](https://notes.tejpratapsingh.com/_/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.tejpratapsingh.com/_/android-tips/android-process/find-a-process-by-name.md).

# Find a process by name

grep a progress id by it name (contains)

<pre class="language-bash"><code class="lang-bash"><strong>adb root
</strong><strong>adb shell
</strong><strong>ps -eA | grep vpa
</strong></code></pre>
