Creating a symlink to a non-existing file results in unexpected behaviour.
$ ln -s /tmp/a-non-existing-file /home/anon/symlink
$ ls -al /home/anon
symlink -> /tmp/a-non-existing-file
$ echo 123 > /home/anon/symlink
$ ls /tmp/
/tmp/symlink
The file /tmp/symlink
is created
The file /tmp/a-non-existing-file
is created.
This is what happens in linux/macos.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too