mata o trabalho de tarefa nohup
ps -ef | grep username
find PID and (second column)
kill -9 PID
Hutch Polecat
ps -ef | grep username
find PID and (second column)
kill -9 PID