Skip to main content

Questions tagged [atime]

6 votes
2 answers
497 views

The metadata of this file which resides on my HDD is written by CoW, therefore can I look for it just by using grep or strings, and the filename?
user324831's user avatar
3 votes
2 answers
2k views

As SSD drives have limited writes, I would like to know whether disabling access time logging still plays a significant role in 2021. Most websites I see on the subject are from 2015 and before, and ...
Johannes Lemonde's user avatar
1 vote
2 answers
4k views

I am using rsync-3.2.3 on Fedora 33 (GNOME). But how can I keep the access time (atime) for my files and folders? I can only keep the modified time (mtime) with this command: rsync -t
Laradu9sna7al's user avatar
1 vote
0 answers
479 views

I have a problem running Aide. After doing different tasks in the system, most notarius ones were to change user and home name and to change system's date to EST. Then I run Aide and it showed a huge ...
Ecofintech's user avatar
0 votes
1 answer
465 views

From Linux, if I alter files on an NTFS external HD so that I get some specific values for mtime, atime and ctime (readable with the stat command, and with ctime = mtime because one cannot change ...
The Quark's user avatar
  • 454
2 votes
1 answer
823 views

i would like to be able to chmod a directory structure without changing the atime of those (files and) directories. if i start out with a file structure like $ tree test/ test/ ├── test1.txt └── ...
hiro protagonist's user avatar
1 vote
2 answers
501 views

My data resides on a SSD and — thanks to re-writes and Write Amplification — any modification of an atime will result in not only the inode being modified, but the whole block that it resides on being ...
Tim's user avatar
  • 782
1 vote
1 answer
782 views

I have a bunch of files in a directory where the modification time was changed (incorrectly) with touch -m The access time of these files is still close enough to what the modification time was, so I'...
Joe's user avatar
  • 113

15 30 50 per page