{"@attributes":{"version":"2.0"},"channel":{"title":"Shell on \u00d6zkan Pakdil Software Engineer","link":"https:\/\/ozkanpakdil.github.io\/categories\/shell\/","description":"Recent content in Shell on \u00d6zkan Pakdil Software Engineer","image":{"title":"\u00d6zkan Pakdil Software Engineer","url":"https:\/\/ozkanpakdil.github.io\/images\/papermod-cover.png","link":"https:\/\/ozkanpakdil.github.io\/images\/papermod-cover.png"},"generator":"Hugo -- 0.148.2","language":"en","copyright":"\u00d6zkan Pakdil","lastBuildDate":"Sat, 09 Jan 2016 11:30:30 +0000","item":{"title":"How to find which process uses some port in windows","link":"https:\/\/ozkanpakdil.github.io\/posts\/my_collections\/2016\/2016-01-09-how-to-find-which-process\/","pubDate":"Sat, 09 Jan 2016 11:30:30 +0000","guid":"https:\/\/ozkanpakdil.github.io\/posts\/my_collections\/2016\/2016-01-09-how-to-find-which-process\/","description":"<p>How to find which process uses some port in windows<\/p>\n<div class=\"highlight\"><pre tabindex=\"0\" style=\"color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;\"><code class=\"language-bash\" data-lang=\"bash\"><span style=\"display:flex;\"><span>netstat -ano | find <span style=\"color:#e6db74\">&#34;:8080&#34;<\/span>\n<\/span><\/span><span style=\"display:flex;\"><span>  TCP    0.0.0.0:8080           0.0.0.0:0              LISTENING       <span style=\"color:#ae81ff\">26924<\/span>\n<\/span><\/span><span style=\"display:flex;\"><span>  TCP    <span style=\"color:#f92672\">[<\/span>::<span style=\"color:#f92672\">]<\/span>:8080              <span style=\"color:#f92672\">[<\/span>::<span style=\"color:#f92672\">]<\/span>:0                 LISTENING       <span style=\"color:#ae81ff\">26924<\/span>\n<\/span><\/span><\/code><\/pre><\/div><p>At right column you can see the process ID.<\/p>"}}}