kill multiple processes linux code example
Example: how to kill running process in linux
ps ux # list the running Process with PID
kill xxxx # hear xxxx is the process id
ps ux # list the running Process with PID
kill xxxx # hear xxxx is the process id