inotify.7: Point out that inotify monitoring is inode based

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-01-01 23:18:51 +01:00
parent 2b1d26d40e
commit 7954e55207
1 changed files with 5 additions and 0 deletions

View File

@ -270,6 +270,11 @@ when a file is renamed.
File or directory was opened.
.RE
.PP
Inotify monitoring is inode-based: when monitoring a file
(but not when monitoring the directory containing a file),
an event can be generated for activity on any link to the file
(in the same or a different directory).
When monitoring a directory:
.IP * 3
the events marked above with an asterisk (*) can occur both