gpt4 book ai didi

linux - Fuser 无法统计文件 - 奇怪的行为

转载 作者:太空宇宙 更新时间:2023-11-04 03:42:40 24 4
gpt4 key购买 nike

1.创建文件:

touch 1.txt

2.循环

for i in {0..1000}; do fuser 1.txt;done

3.观看约 50 次失败:

...
Cannot stat file /proc/16927/fd/0: No such file or directory
Cannot stat file /proc/17821/fd/0: No such file or directory
Cannot stat file /proc/17823/fd/0: No such file or directory
...

4.为什么会失败?

5.附加信息:本地 FS、ext3、stat 始终返回有效响应、'selinux' 关闭

最佳答案

我假设 fuser 遍历正在运行的进程并查找指向相关文件的打开的 fd,并且在该尝试期间,一些进程在 fuser 检查它们期间死亡。 – 伊坦·雷斯纳

关于linux - Fuser 无法统计文件 - 奇怪的行为,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29134268/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com