Earlier today I did a full system image restore from backup. Shortly thereafter when I ran:
# find / -type f -printf "%TY-%Tm-%Td %TT %p\n" | sort -r
I noticed the files under /sys
directory had just modified. Moreover, they were almost within the same minute. Later in the day they were again modified, and again within the same minute, except the /sys/module
directory:
/sys# ls -alt
total 4
drwxr-xr-x 2 root root 0 Aug 13 00:37 block
drwxr-xr-x 7 root root 0 Aug 13 00:37 firmware
drwxr-xr-x 38 root root 0 Aug 13 00:37 bus
drwxr-xr-x 12 root root 0 Aug 13 00:37 fs
drwxr-xr-x 2 root root 0 Aug 13 00:37 hypervisor
drwxr-xr-x 4 root root 0 Aug 13 00:37 dev
drwxr-xr-x 16 root root 0 Aug 13 00:37 devices
drwxr-xr-x 68 root root 0 Aug 13 00:37 class
drwxr-xr-x 2 root root 0 Aug 13 00:37 power
drwxr-xr-x 15 root root 0 Aug 13 00:37 kernel
dr-xr-xr-x 13 root root 0 Aug 12 21:06 .
drwxr-xr-x 152 root root 0 Aug 12 21:06 module
drwxr-xr-x 22 root root 4096 Aug 12 19:50 ..
What do these modification times mean?