Created
April 4, 2015 08:56
-
-
Save karlosmid/19a33fd37c0f761414a6 to your computer and use it in GitHub Desktop.
Find deleted libraries on linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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