linux·Linuxbylearnbyexample Understanding Unix filesystem timestampshttps://unixdigest.com/articles/understanding-unix-filesystem-timestamps.htmlOpen linkView original on programming.dev92Comments7
tasankovasara sopuli.xyz'No AI has been involved in creating this article.' I like that. Reminds of 'no synthesizers on this record' of the 80s :D17
stravanasu lemmy.ca3Hide 3 repliesSo what are the atime settings in a Linux distribution like Ubuntu?3
stravanasu replylemmy.ca1Hide 1 reply findmnt --real Cheers! Apparently Ubuntu uses the relatime setting.2
AAsparagus0098 replysh.itjust.worksIt 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.2
'No AI has been involved in creating this article.' I like that. Reminds of 'no synthesizers on this record' of the 80s :D
That's the most accurate article on the subject I've read in years.
Cool article. They don't post often enough!
So what are the
atimesettings in a Linux distribution like Ubuntu?You can run this to check
Cheers! Apparently Ubuntu uses the
relatimesetting.It is the default
atimeoption used when mounting if I'm correct. If it's an ubuntu specific mount option it will be specified in/etc/fstabfile.