× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

Find all files modified within 24 h, unwanted dirs excluded

eton
Luminary

Find all files modified within 24 h, unwanted dirs excluded

It's useful when troubleshooting to find all system files modified within last 24 hours.

In a terminal window with SSH access to the server:
# find / \( -path /c -o -path /USB -o -path /home -o -path /proc -o -path /sys \) -prune -o -type f ! -name '.*' -mtime -1 -exec ls -ld {} \;

Excluded directories: /c, /USB, /home, /proc and /sys. Hidden files also excluded. And persmissions are printed.
Message 1 of 1
Top Contributors
Discussion stats
  • 0 replies
  • 3171 views
  • 0 kudos
  • 1 in conversation
Announcements