Thursday, June 14, 2018

how do you check running process for specific port?

step-1: sudo netstat -nlp | grep :9071
step-2: enter
tcp6       0      0 :::9071                 :::*                    LISTEN      5713/java 
step-3: kill 9071

note: 9 indicates process will kill forcefully

No comments:

Post a Comment

Blueprint for self-improvement

To learn faster: Make the process fun To understand yourself : Write To understand the world better : Read To build deeper connection : Lis...