Skip to content

Instantly share code, notes, and snippets.

@weshouman
Created April 25, 2014 03:50
Show Gist options
  • Save weshouman/11277240 to your computer and use it in GitHub Desktop.
Save weshouman/11277240 to your computer and use it in GitHub Desktop.
check whom is taking the apt-get lock
ps aux | grep apt | grep -v 'grep'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment