inotify.7: Moving an object to another filesystem generates IN_DELETE_SELF

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-27 15:25:24 +01:00
parent 22129aa9f5
commit 4a1e4cca21
1 changed files with 5 additions and 0 deletions

View File

@ -209,6 +209,11 @@ File/directory deleted from watched directory (*).
.TP
.B IN_DELETE_SELF
Watched file/directory was itself deleted.
(This event also occurs if an object is moved to another filesystem,
since
.BR mv (1)
in effect copies the file to the other filesystem and
then deletes it from original filesystem.)
.TP
.B IN_MODIFY
File was modified (*).