petsoi@discuss.tchncs.de to Linux@lemmy.ml · 6 months agoKill a Process Running on a Specific Port in Linux (via 4 Methods)linuxtldr.comexternal-linkmessage-square12fedilinkarrow-up1101arrow-down13cross-posted to: linux@programming.dev
arrow-up198arrow-down1external-linkKill a Process Running on a Specific Port in Linux (via 4 Methods)linuxtldr.competsoi@discuss.tchncs.de to Linux@lemmy.ml · 6 months agomessage-square12fedilinkcross-posted to: linux@programming.dev
minus-squarebarkingspiderslinkfedilinkEnglisharrow-up6·6 months agoss -tulpn was a welcome find for me. I have it memorized for netstat and dislike always having to install it on a new box, very handy tool
ss -tulpn
was a welcome find for me. I have it memorized for netstat and dislike always having to install it on a new box, very handy tool