lsof -n -i4TCP:$PORT | grep LISTEN
function pslisten { echo `lsof -n -i4TCP:$1 | grep LISTEN` }
Post a Comment
No comments:
Post a Comment