Re: [opensuse] how to know when the last time files have been accessed.
- From: "Arie Reynaldi Z" <reymanx@xxxxxxxxx>
- Date: Mon, 24 Sep 2007 10:26:35 +0700
- Modify time
The most recent time the file's contents were changed
- Read time
The most recent time the file's contents were read
- Change time
The most recent time the file's metadata was changed; This includes
the file's owner, group, permissions (mode) _and_ its modify and read
times.
If you're goal is to enumerate files that have been read within some
time range, the "find" command is probably the best tool. Read the
manual page to find out how to select files based on their access
times.
I think using find /path/to/files -atime would be good for my needs.. Thanks
regards,
--
Arie Reynaldi Zanahar
reymanx at gmail.com
http://www.reynaldi.or.id
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
- References:
- [opensuse] how to know when the last time files have been accessed.
- From: Arie Reynaldi Z
- Re: [opensuse] how to know when the last time files have been accessed.
- From: Randall R Schulz
- [opensuse] how to know when the last time files have been accessed.
- Prev by Date: Re: [opensuse] how to know when the last time files have been accessed.
- Next by Date: Re: [opensuse] Thunderbird password nuisance.
- Previous by thread: Re: [opensuse] how to know when the last time files have been accessed.
- Index(es):
Relevant Pages
|