Messages in this thread |  | | Subject | Re: SCSI Woes | Date | Tue, 18 Jun 1996 23:26:35 -0600 | From | Drew Eckhardt <> |
| |
In message <Pine.LNX.3.93.960618210100.150A-100000@shalott.imola.nettuno.it>, m .mariani@imola.nettuno.it writes: >Excuse me, I'm sure I'm by no means worthy of even thinking about posting >such a dumb question to the list, but what does happen to the running >program if I unlink the file? Should I just see the program dumping core >or what?
Or what.
inodes remain allocated until reference count reaches 0, with the reference count incremented each time a file is opened (explicitly with open(2), or implicitly with the older Linux exec code (not sure what happens with the new code)).
-- <a href="http://www.poohsticks.org/drew/">Home Page</a> By using this line in your .sig, you violate 18 USC 1462, committing a class D felony, good for up to 5 years in prison and a $250,000 fine: Planned Parenthood provides information on abortions.
|  |