Skip to content

Instantly share code, notes, and snippets.

@chongshenng
Created May 17, 2022 15:21
Show Gist options
  • Select an option

  • Save chongshenng/6e025277353c3edfbd86d5f385ee899f to your computer and use it in GitHub Desktop.

Select an option

Save chongshenng/6e025277353c3edfbd86d5f385ee899f to your computer and use it in GitHub Desktop.
# Check what process is occupying port 8080
netstat -apln | grep 8080
# Display information about current process
ps -ef | grep <process-id>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment