On 26/10/06, Paul de Weerd <[EMAIL PROTECTED]> wrote:
On Thu, Oct 26, 2006 at 11:07:49PM +0200, ropers wrote: | Hi, | | This is a sorta n00bish question, but I've just discovered that unlike | what I've always assumed to be the case, changing a file's permissions | doesn't touch its last modified time/date stamp. | | Is there any way to find out when a file's permissions were last modified?Each file on a unix-like filesystem has three different timestamps. Use stat(1) to find out what these are. Cheers, Paul 'WEiRD' de Weerd -- >++++++++[<++++++++++>-]<+++++++.>+++[<------>-]<.>+++[<+ +++++++++++>-]<.>++[<------------>-]<+.--------------.[-] http://www.weirdnet.nl/
Thanks all! :)

