Re: ncpfs unlink() handling question

2007-12-21 Thread Anton Altaparmakov
Hi, On 21 Dec 2007, at 11:01, Atro Tossavainen wrote: I've just noticed that ncpfs (or rather, NetWare) doesn't implement POSIX semantics w.r.t. unlink(). Specifically, any operation that expects, according to POSIX, that the contents of an open but unlink()ed file should remain available to

ncpfs unlink() handling question

2007-12-21 Thread Atro Tossavainen
Hello all, I've just noticed that ncpfs (or rather, NetWare) doesn't implement POSIX semantics w.r.t. unlink(). Specifically, any operation that expects, according to POSIX, that the contents of an open but unlink()ed file should remain available to the application that has it open, such as perl