Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 184 Bytes

dont_know_pid.md

File metadata and controls

13 lines (9 loc) · 184 Bytes

Donno the pid?

Need to kill process but donno the pid?

pidof %app_name

Too many processes sit on one port? Wanna kill them all?

sudo fuser -k %PORT%/tcp