How can I kill whatever process is using port 8080 so that I can vagrant up? [closed] December 17, 2022 by Tarik This might help lsof -n -i4TCP:8080 The PID is the second field in the output. Or try: lsof -i -P