Jump to content

Cheatsheet: Difference between revisions

Line 634:
 
Obtain the PID with a utility:
ls -l /proc/$(pgrep -n python)/exe
pidof chrome - return all PIDs
pidof ~~
pidof -s chrome - return only 1 PID
ps ~~
ps -C chrome -o pid= - C = CMD
 
= Flows =
Cookies help us deliver our services. By using our services, you agree to our use of cookies.