Understanding Unix filesystem timestamps (unixdigest.com)
from learnbyexample@programming.dev to linux@lemmy.ml on 09 Mar 05:04
https://programming.dev/post/26600221

#linux

threaded - newest

ExtremeDullard@lemmy.sdf.org on 09 Mar 06:33 next collapse

That’s the most accurate article on the subject I’ve read in years.

tasankovasara@sopuli.xyz on 09 Mar 07:08 next collapse

‘No AI has been involved in creating this article.’ I like that. Reminds of ‘no synthesizers on this record’ of the 80s :D

blackbeards_bounty@lemmy.dbzer0.com on 09 Mar 11:09 next collapse

Cool article. They don’t post often enough!

pglpm@lemmy.ca on 10 Mar 03:26 collapse

So what are the atime settings in a Linux distribution like Ubuntu?

Asparagus0098@sh.itjust.works on 10 Mar 05:57 collapse

You can run this to check

findmnt --real
pglpm@lemmy.ca on 10 Mar 06:04 collapse

findmnt --real

Cheers! Apparently Ubuntu uses the relatime setting.

Asparagus0098@sh.itjust.works on 10 Mar 09:16 collapse

It is the default atime option used when mounting if I’m correct. If it’s an ubuntu specific mount option it will be specified in /etc/fstab file.