Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Yeah, I know about the FS noatime option however my find is part of a script that performs actions according to the atime of directories it finds hence stopping atime updates in the FS is not an option. Commented Jun 19, 2014 at 8:13
  • Actually, this does give me the solution - I'm now executing the command you suggested just before my find command in the script, then when the find command finishes i execute chattr again with the -A flag. Thank you very much for the idea! Commented Jun 22, 2014 at 5:58