The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
502 views

Access history of a file

I was wondering if there are any tools to keep track of the access history of a file. I know of stat, but as far as I understand, it only returns information about the last time the file was accessed. ...
5
votes
1answer
813 views

Birth is empty on ext4

I was just reading up on the Birth section of stat and it appears ext4 should support it, but even a file I just created leaves it empty. ~ % touch test ...
6
votes
1answer
848 views

When was `relatime` made the default?

What is the first Linux kernel release to set relatime as the default mount option?
2
votes
1answer
3k views

What does this process STAT indicates?

If you check the STAT column in above image you will see Ss S S< SN and R+ What does this indicates ? Process states. If yes,Then what is the significance of 'Ss S< SN and R+'?