force kill process id code example
Example 1: linux kill process
kill -9 3827
kill -9 3919
kill -9 10764
kill -9 11679
Example 2: how to kill process
sudo kill <PID>
kill -9 3827
kill -9 3919
kill -9 10764
kill -9 11679
sudo kill <PID>