Re: pre-patch2.1.45-3 lookin' good

Gerd Knorr (kraxel@cs.tu-berlin.de)
Mon, 14 Jul 1997 20:15:08 +0200


>And: real file names in /proc/*/fd/*. Wow. Is there any other Unix that
>comes even close to being able to do this?

You can't (at least not allways):

fd = open(filename)
unlink(filename);
/* file has no filename here ... */
close(fd);

Gerd

-- 
Gerd Knorr <kraxel@cs.tu-berlin.de> | http://www.cs.tu-berlin.de/~kraxel/

Smart data structures and dump code works alot better than the other way around.