由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - how to know if a file is being used by another process, in linux
相关主题
请教c/c++如何在linux下查询process status物理学发展停滞,元凶是cs行业的毒害 (转载)
问一个跟 memory (process address space) 的有关的问题 (转载)[bssd] Formal structure of AI beings (1)
File Organization and Processing这本书怎么样啊?[bssd]Formal structure of AI beings --- IT is over
multi threading 还是 multi processingGame over了,兄弟们
Question on synchronization between processestimer(linux/g++)?
a dummy OS question谢谢大家!One More Question! Re: C 程序计算结果
How to compile multiple c files into one obj file?[转载] Is there any tools in Linux to watch mem
error of opening a file located in a remote server from pyt (转载)isinf 问题
相关话题的讨论汇总
话题: process话题: file话题: being话题: another话题: used
进入Programming版参与讨论
1 (共1页)
z****e
发帖数: 2024
1
In linux, how to know if a file is being used by another process?
for example, the file is opened by a process called myOpen.
Then, how to check this file is being used by another process?
c***d
发帖数: 996
2
lsof is your friend.

【在 z****e 的大作中提到】
: In linux, how to know if a file is being used by another process?
: for example, the file is opened by a process called myOpen.
: Then, how to check this file is being used by another process?

g*********e
发帖数: 14401
3
/bin/lsof
1 (共1页)
进入Programming版参与讨论
相关主题
isinf 问题Question on synchronization between processes
请问有哪些high performance TCP statck on LINUX?a dummy OS question
为什么大部分C or C++都在linux下做?How to compile multiple c files into one obj file?
奇怪的C Programming on Linux问题error of opening a file located in a remote server from pyt (转载)
请教c/c++如何在linux下查询process status物理学发展停滞,元凶是cs行业的毒害 (转载)
问一个跟 memory (process address space) 的有关的问题 (转载)[bssd] Formal structure of AI beings (1)
File Organization and Processing这本书怎么样啊?[bssd]Formal structure of AI beings --- IT is over
multi threading 还是 multi processingGame over了,兄弟们
相关话题的讨论汇总
话题: process话题: file话题: being话题: another话题: used