grep -rn pattern /path/
Find:
netnetstat -apn |grep 8080
Kill:
lsof -i tcp:8080
Tags: bash | sh | ksh | linux | unix | grep | port