learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 3 个月前Understanding Unix filesystem timestampsunixdigest.comexternal-linkmessage-square7fedilinkarrow-up195arrow-down11
arrow-up194arrow-down1external-linkUnderstanding Unix filesystem timestampsunixdigest.comlearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 3 个月前message-square7fedilink
minus-squarestravanasu@lemmy.calinkfedilinkEnglisharrow-up2·3 个月前 findmnt --real Cheers! Apparently Ubuntu uses the relatime setting.
minus-squareAsparagus0098@sh.itjust.workslinkfedilinkEnglisharrow-up2·3 个月前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.
Cheers! Apparently Ubuntu uses the
relatime
setting.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.