SQLite Forum

Renaming a database
Login
Linux filehandles store device(inode number and original path (e.g. for the lsof command) and will not be affected by the directory entries originally used to translate path/filename into device/inode pointing somewhere else.

The inode and the associated file contents will remain acessible for all currently open filehandles until the last one Closes, at which point the inode and associated contents/disc blocks will be freed.