What happens to an open file handle on Solaris if the pointed file gets moved, delete
As per What happens to an open file handle on Linux if the pointed file gets moved, delete
Linux allows renaming files while there are Open FDs and opened FDs work fine.
Does the same apply to other cases ? e.g. Solaris
Linux => Yes
Windows => No
Solaris ?