Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save earentir/aa2b0f96807541b8b3dc2639b1084ba9 to your computer and use it in GitHub Desktop.
Save earentir/aa2b0f96807541b8b3dc2639b1084ba9 to your computer and use it in GitHub Desktop.
Check what is using libssl (or anyother lib)
lsof | grep libssl | awk ‘{print $1}’ | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment