Created
June 6, 2014 09:00
-
-
Save isido/3ff6f251f98f3736fee6 to your computer and use it in GitHub Desktop.
CentOS: after update, check which processes use old libs.
This file contains 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 | grep 'DEL.*lib' | cut -f 1 -d ' ' | sort -u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment