Hmm,
-w path
Insert a watch for the file system object at path. You cannot
insert a watch to the top level directory. This is prohibited by
the kernel. Wildcards are not supported either and will generate
a warning. The way that watches work is by tracking the inode
internally.
Não há alterações ocorrendo no inode do arquivo de link simbólico, já que isso é meramente um arquivo que aponta para outro lugar. Adicione o relógio ao diretório para o qual o link simbólico aponta, ou experimente com as opções relacionadas -F path
, mas, novamente, não há mudanças acontecendo com o inode do symlink.