My idea is to create a simple script that can search the PID of a process and kill it for example.
This is what I have done so far but has the problem of running 'ps' will not extract the PID.
echo "nome do processo : "
read $matança
ps -ax | grep $matança