Ha Pham
09/26/2022, 9:05 AMJeff Hale
09/26/2022, 12:08 PMpgrep python
Then you can see the specifics for any of those processes with:
ps -f -p replace_with_process_id_number
Then you can kill any running processes with:
sudo kill replace_with_process_id_number
You may be prompted for your system password.Ha Pham
09/27/2022, 10:36 AM