>
> 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