Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是想确认通过 linux 上的 sftp 下载文件时注意到的一些事情。我在传输过程中重命名了文件(mv file.tar.gz newfile.tar.gz)(通常会等待传输完成)并且下载继续进行。我有权利感到惊讶吗?
这是怎么发生的,当然你不能在 Windows 上做到这一点。
- 标记
这在大多数(如果不是全部)POSIX 系统上是正常的。重命名操作仅更改目录条目中的文件名,inode(“序列”)编号保持不变,该编号与 I/O 一起使用。