Subject: Re: FFS reliability problems
To: NetBSD Kernel Technical Discussion List <tech-kern@NetBSD.ORG>
From: David Laight <david@l8s.co.uk>
List: tech-kern
Date: 06/07/2002 20:22:22
> 
> 	fd = creat("my_precious_temp_file", 0600);
> 	unlink("my_precious_temp_file");

Even after the unlink, it might be possible for (say) NFS to
access the file by guessing a file handle (ie inode number and
use count)......


	David

-- 
David Laight: david@l8s.co.uk