![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re^3: graceful handling of perl upgrades on server?by eye (Chaplain) |
on Dec 10, 2009 at 07:43 UTC ( #812115=note: print w/replies, xml ) | Need Help?? |
Deleting (unlinking) files doesn't make them go away. If something has the file open, it will prevent re-allocation of the files resources until the file is closed. libc should still be accessible to getty and any other application using it (including the OS). Note that an unlinked file cannot be closed and re-opened even within the same process.
In Section
Seekers of Perl Wisdom
|
|