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上的标准ftp put实现是否在读取本地文件时对其进行了锁定?(我意识到这应该是一个相对简单的测试,但我没有可用的盒子。)
(就上下文而言,我们有一个定期替换的文件,但每隔一段时间就会被某人锁定。我将其追溯到特定的用户/机器,而 ftp put 脚本是我看到的唯一可能需要的东西一把锁。)
欣赏它!
-rw-r--r--。1 ftpuser ftpuser 12031 11 月 30 日 17:50 index.php
可能这就是你要找的东西,我使用我的 ftp 客户端将一个文件传输到我的服务器,但没有做任何事情,我正在运行 vsftpd。