lsof -u
lsof -p
##Descobrir dados do processo ps -aux | grep -i
pstree
pgrep
SIGKILL (9) - Term Kill signal; SIGTERM (15) - Term Termination signal; SIGCONT (18) - Continue if stopped; SIGSTOP (19) - Stop process.
kill -9
nohup ping -c 1000 uol.com &
##Netstat
netstat -ntpl
netstat -putan
nc -vnlp 8000
nc localhost 8000