Skip to content

Instantly share code, notes, and snippets.

@randyjhunt
Created January 4, 2009 22:43
Show Gist options
  • Save randyjhunt/43198 to your computer and use it in GitHub Desktop.
Save randyjhunt/43198 to your computer and use it in GitHub Desktop.
# Find what port an application is running on.
# Especially useful at Webfaction
ps -ef | grep APPNAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment