Created
          June 4, 2019 10:03 
        
      - 
      
- 
        Save hitautodestruct/02c7eaf52a6afc97a1dabe2df14733b9 to your computer and use it in GitHub Desktop. 
    MacOS How to close app that is taking up port
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | lsof -i :5000 # Search for app | |
| (sudo) kill <PID> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment