I am not your BEST, But I will try
To see the pid details of running process
step 1.
lsof -i TCP:<port number>
lsof -i TCP:99
step 2
ps -ef | grep <pid>
ps -ef | grep 39100
step 3
kill -9 <pid>
Post a Comment
No comments:
Post a Comment