View My GitHub Profile
pidof processname
or,
ps aux | grep processname
kill pid
kill -9 pid
killall processname
or
killall -9 processname
lsof | grep /mountpoint
killall/kill [-9] processname/pid