Skip to content

Instantly share code, notes, and snippets.

@OAkyildiz
Last active March 16, 2018 20:24
Show Gist options
  • Save OAkyildiz/a1ac761c292e0939bd02edc069f7d8f5 to your computer and use it in GitHub Desktop.
Save OAkyildiz/a1ac761c292e0939bd02edc069f7d8f5 to your computer and use it in GitHub Desktop.
Unbind a port by killing the owner process
#! /bin/bash
sudo kill $(sudo lsof -t -i:$1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment