You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am watching 5 events - create, write, remove, rename, move
and I am performing below sample move command on Ubuntu -
mv <source_dir> <target_dir>
I am watching source directory and I am getting move operation as combination of write + remove events.
I am watching target directory and I am getting write + create events.
What operation do I need to perform to get move event triggered?
Also, do I need to watch source directory or target directory in case of move event?
Thanks,
Asha
The text was updated successfully, but these errors were encountered:
Hello,
I am watching 5 events - create, write, remove, rename, move
and I am performing below sample move command on Ubuntu -
mv <source_dir> <target_dir>
I am watching source directory and I am getting move operation as combination of write + remove events.
I am watching target directory and I am getting write + create events.
Thanks,
Asha
The text was updated successfully, but these errors were encountered: