See the process occupying your port
See the process name, PID and the user running it, also with an option to kill the process with a simple easy command!
Github repo Install instructions below!
How it works
This script checks which process is using a specified port on your system. It then displays the process name, PID, and the user running it. You also have the option to kill the process directly from the command line.
How to install/use
Installing it is optional as you can just use the script normally, but installing it allows you to access it from anywhere in a far easier form.
- Download the script from github releases
- Extract it to somewhere
- Optionally install it with "./portinfo.sh --install"
- Done! Now see "./portinfo.sh --help"