阅读时的 mv()
在 Linux ext3 文件系统上,如果在读取文件时对同一个文件(文件描述符)调用 mv() 会发生什么情况?这实际上是一个考试问题,我只能说:
- CPU 陷阱操作系统进行中断处理
- 等。
如果操作系统人员可以帮助我,我将不胜感激:D
on Linux ext3 filesystem, what happens if mv() is called on the same file (file descriptor) while reading the file? It is actually an exam question and I can only say something like:
- CPU traps OS for interrupt handling
- etc, etc.
I would appreciate if OS guys out there can help me out, please :D
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Linux 重命名手册页:
这解释了大部分细节。
Linux rename man page:
That explains most of the details of this.