{"id":1569,"date":"2021-12-25T22:29:32","date_gmt":"2021-12-25T16:59:32","guid":{"rendered":"https:\/\/smarttech101.com\/?p=1569"},"modified":"2023-03-19T16:05:24","modified_gmt":"2023-03-19T10:35:24","slug":"relatime-atime-noatime-strictatime-lazytime","status":"publish","type":"post","link":"https:\/\/smarttech101.com\/relatime-atime-noatime-strictatime-lazytime\/","title":{"rendered":"relatime, atime, noatime, strictatime, lazytime"},"content":{"rendered":"\n

The relatime, atime, noatime, strictatime, nodiratime, and lazytime are mount options defining how frequently access time of a file is going to be updated in a file system. <\/p>\n\n\n\n

Before you begin, you should know what is the access time. The access time of a file is its last read time<\/strong>. Whenever you use any command like cat, ls, sed, or gawk<\/strong> on any file, your system updates the access time. To find the access time of a file, we can use the stat <\/strong>command.<\/p>\n\n\n\n

Example:<\/p>\n\n\n\n

\"\"
Figure: Access Time getting updated.<\/figcaption><\/figure>\n\n\n\n

Table of Contents<\/h2>\n\n\n\n