Path: csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: "" Newsgroups: gnu.bash.bug Subject: Re: file access time and file modification time Date: Mon, 8 Jul 2019 09:28:07 +0100 Lines: 16 Approved: bug-bash@gnu.org Message-ID: References: <20190708092807.02edd68a60130b89a7775425@plushkava.net> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: usenet.stanford.edu 1562574497 3189 209.51.188.17 (8 Jul 2019 08:28:17 GMT) X-Complaints-To: action@cs.stanford.edu To: bug-bash@gnu.org Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=plushkava.net; h=date:from:to:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=fm3; bh= hwNAtZfsx0xR83761fE0q+v2xOuyolHx2IzwnPFDpFU=; b=3M0trwpa5IB7JZUT TBgSSma1GRJ1aJ/t1FpJlX6J0HWCc2oX5A2lIJqZcGN6lOsL5CRZAzqV6qbvQfH6 N+JHFWqVGkF8+L1+FGqqhZoaFHJz16qwZOSgBKKIDRQFbgPWkBDEmr87tax9D0Xu JbcFBInQ57WSr5ixH8BISJswDr9UAwmTZNia4hCj9I0WW3LG6tYl7+7KTM1HVag3 F5NBx8PC6GK4jgzQUmX1F5J6KZBIhdsbDr3/D+Wd6b0ujt/6q2m5LSRCkiE8Yyh9 UtDKzYwyVZYxlWwJLMSHjg+RLS1+cf1Jhl+0xXVDDwNRtRzovVJq1WN/E6Kz1dWY GXzLCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=hwNAtZfsx0xR83761fE0q+v2xOuyolHx2IzwnPFDp FU=; b=BFoSF41BBUehFhs+Zot9EfnDzPpgvG6LgjIlJVUTd1wJpbQAuQjIllN3A 5G40o5TGa951YVa4R1z0k3Kld9vJVZVXpwkvmzXKdDj5fQhdd3QYo6eAS0b9I3lT BVKEym7UQ3i54Rb875eqz7+8AIkVNjOYz0ALxR6Ctv29qPoyFMf0KXONGhTFHUPi QiRtZ9wz28o3vB66KOFLur8mRyyLZiYq+HKnAIjN0Tc/nQtrYdWUAF7WqRuYnrj8 kMsyl+fM+hiY1kJ14yEuijTmnkDiBfm1LL6m+gE1Ev4wnYdzt/M4aW9Kf6asaUDa mH1wuD8p6spwfJe78JYJdOd0pjIHg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrgedtgddtgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecuogfgmhhpthihtehlihgrshculdefledmnecujfgurh epfffhvffukfgjfhfogggtgfesthhqredtjfdtudenucfhrhhomhepfddfuceokhhfmhes phhluhhshhhkrghvrgdrnhgvtheqnecuffhomhgrihhnpehmrghnjedrohhrghenucfkph epudelfedrudefkedrvddukedrudeltdenucfrrghrrghmpehmrghilhhfrhhomhepkhhf mhesphhluhhshhhkrghvrgdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: In-Reply-To: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.28 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <20190708092807.02edd68a60130b89a7775425@plushkava.net> X-Mailman-Original-References: Xref: csiph.com gnu.bash.bug:15087 On Mon, 08 Jul 2019 09:29:19 +0200 "mjbaars1977.bug-bash" wrote: > Hi,I'm having some difficulties with the file access time and the file mo= dification time.=A0Scripts are attached for your convenience.Regards,Mischa= Baars.Sent from my Samsung Galaxy smartphone. If you are using Linux, you should be aware that it defaults to using "rela= time", meaning that atimes are only updated under certain circumstances. Th= e correct (POSIX compliant) behaviour is achieved by mounting the filesyste= m with the "strictatime" option. See http://man7.org/linux/man-pages/man8/m= ount.8.html for further information. --=20 Kerin Millar