Skip to content

Instantly share code, notes, and snippets.

@isido
Created June 6, 2014 09:00
Show Gist options
  • Save isido/3ff6f251f98f3736fee6 to your computer and use it in GitHub Desktop.
Save isido/3ff6f251f98f3736fee6 to your computer and use it in GitHub Desktop.
CentOS: after update, check which processes use old libs.
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