|
lsof can show you if the file is open, but in fact if the file is not moving partition then it probably won't care. once the file is opened, it's location doesn't matter any more, it's a space on a disk that is being read, not a filename in a directory, so renaming / moving within a partition won't affect the actual file itself.
|