blob: 7d0c2a9bfd29efcc418807661d596f9f8e8c5334 [file]
# Watch a symlink.
require symlink
require nofollow
touch /file
ln -s /file /link
watch /link nofollow default
chmod 777 /file
echo asd >>/file
rm /file
rm /link
touch /link
Output:
chmod /link
remove /link