On 30-01-2013 11:23, Erwan David wrote:
On Wed, Jan 30, 2013 at 02:15:45PM CET, William Ivanski<william.ivanski@gmail.com> said:On 30-01-2013 11:03, Darac Marjal wrote:Linux takes the view that, although you've deleted the file, it won't disappear if you're still using it. This is very useful for temporary files (create a file, open it, delete it and no-one else can overwrite it).Man, I didn't know that, very useful. Thanks for sharing! :)And you may know which files are still open and deleted by using lsof +L1
I'm taking a look at the man page of the lsof command, it's very useful. Thanks!