Get tasks started by user: Code: ps ux End task gracefully: Code: kill PID (PID is the process number you get from the ps command) Kill task: Code: kill -9 PID
ps ux
kill PID
kill -9 PID