On 03/29/10 16:57, Tim Haley wrote: > Not sure exactly what sort of properties you have in mind - many I can > think of would > result in us detecting a modification to the file itself, for example: > > # echo 'tim was here' > file > # zfs snapshot toad/timh at before > # touch file > # zfs snapshot toad/timh at after > # zfs diff toad/timh at before toad/timh at after > M /toad/timh/file
I meant something like chmod u+s /usr/bin/sh Would this be reported as a change to /usr/bin? And would someone have to go and look at the diff of the directory listing? Or would it be reported as a change to /usr/bin/sh? Joep