How To Find The Process ID Of A Program And Kill It
- Chris Speed
- Apr 24, 2020
- 1 min read
Updated: Oct 17, 2022
ps aux | grep -i x11vnc
sudo kill -9 process_id
Reference:
It's FOSS. "How To Find The Process ID Of A Program And Kill It.", https://itsfoss.com/how-to-find-the-process-id-of-a-program-and-kill-it-quick-tip/
Kommentare