Skip to content

Instantly share code, notes, and snippets.

@fduran
Created December 12, 2012 21:49
Show Gist options
  • Save fduran/4271952 to your computer and use it in GitHub Desktop.
Save fduran/4271952 to your computer and use it in GitHub Desktop.
Linux find files opened for writing
# www.fduran.com
# files opened for writing
lsof | grep -e "[[:digit:]]\+w"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment