Timo Veith wrote: > It was about updating software and figuring out whether a certain daemon > has to be restarted because libs could have changed or even binary of > the daemon itself was overwritten etc. IIRC it was a combination of > commands. lsof could be one of them but I am not sure. If nobody > remembers such a message, maybe you can help me writing a script for > that? I would start with something like "for every process do check if > every shared library still exists" or so.
# lsof | grep DEL will output a list 'open' files that have been deleted or changed in filesystem but are still kept in memory. Patrick -- [email protected] mailing list
