<br>Hi,<br><br>When I do stat against a file (renamed below to /path/to/filename) it shows the following<br><br># stat /path/to/filename <br>File: 
`/path/to/filename' <br>Size: 8998312448 Blocks: 17574840 
IO Block: 4096 regular file <br>Device: fd0eh/64782d Inode: 18643 Links: 1 
<br>Access: (0644/-rw-r--r--) Uid: ( 6003/username) Gid: ( 6001/ groupname) 
<br>Access: 2011-06-16 17:38:43.723380000 +0000 <br>Modify: 2011-06-16 
17:40:39.955971000 +0000 <br>Change: 2011-06-20 10:39:09.212814934 +0000 
<br># <br><br>When I do ls -la of the file, it has the date of when it was last modified<br><br># ls -la 
/path/to/file <br>-rw-r--r-- 1 username groupname 
8998312448 Jun 16 17:40 /path/to/file 
<br>#<br><br>so, does "Change" above mean the last time the file mode was changed?<br>If so, is there a way to see who or what process changed the file permissions?<br><br>Thanks,<br><br>Oliver<br> <br><br><br>
<br>