pgrep
Table of Contents
pgrep
reference
pgrep pytho
pgrep -u root ssh # root user's ssh
pgrep -f script.py # match against full arugment lists
pgrep -l pytho # Print pids along with their process names
pgrep -x python # requires exact match, substr is default