Skip to content

Instantly share code, notes, and snippets.

@kecs
Last active December 14, 2019 14:46
Show Gist options
  • Save kecs/47911e1dcd731e65f643dc97b1062c67 to your computer and use it in GitHub Desktop.
Save kecs/47911e1dcd731e65f643dc97b1062c67 to your computer and use it in GitHub Desktop.
List readable files accessed by user at a time period, when user was active.
find / -type f -newermt 2019-07-07 ! -newermt 2019-07-31 -ls -readable 2> /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment