1 sat \ 2 replies \ @ek OP 5 May 2023 \ parent \ on: ekzyis bitcoin
haha, good question. I asked this myself, too: https://unix.stackexchange.com/a/2803
interesting!
reply
Yes! I am also not sure if you even can change content without changing metadata. Since the "last modify date" should also be metadata, lol. So I think Change >= Modify always holds.
I also found out that most linux distributions mount the root partition with
noatime
so the last access time just always shows the birth time: https://unix.stackexchange.com/a/8842However, to make my site more dynamic, I am thinking about updating the last access timestamp dynamically to show when the page was last visited over the web. I like small details like this :)
reply