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 | |
|