Skip to content
Notifications You must be signed in to change notification settings

Yusufumben08/portinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c78d993 · · Jan 30, 2026

History

6 Commits
Jan 28, 2026
Jan 30, 2026
Jan 27, 2026

Repository files navigation

PortInfo

- A simple tool to get info about which process is occupying what port, and to free up that port.


How to install/use

  • Download the script from github releases

  • Extract it to somewhere

  • Install lsof package ("sudo pacman -S lsof" on arch based distros)

  • Run "chmod +x portinfo.sh"

  • Optionally install it with "./portinfo.sh --install"

  • Done! Now see "./portinfo.sh --help"

  • To uninstall, do "portinfo --uninstall"

    Installing is optional, as it just makes it accessible more easily. You can just use fully it as ./porinfo.sh.


Examples for usage:
portinfo 8080 - Gets info about process occupying the port 8080 image

portinfo 8080 --kill - Kills process occupying the port 8080. If it fails, it will ask you if you want to kill it forcefully. image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages