Skip to content

Instantly share code, notes, and snippets.

@karlosmid
Created April 4, 2015 08:56
Show Gist options
  • Save karlosmid/19a33fd37c0f761414a6 to your computer and use it in GitHub Desktop.
Save karlosmid/19a33fd37c0f761414a6 to your computer and use it in GitHub Desktop.
Find deleted libraries on linux
lsof -n | grep DEL
postmaste 57758 postgres DEL REG 8,32 131437 /usr/lib64/libcrypto.so.1.0.1e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment