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.
假设我在具有大量文件的目录中运行以下命令(因此需要一些时间来处理它):
find /home/user -maxdepth 0
在执行上述命令期间,某些东西会在 /home/user 中创建一个新文件。find也有机会拿到新文件吗?我不想find拾取新文件,所以我不在乎它可能在什么条件下发生,我只想知道是否可以安全地假设它find适用于目录列表的快照并且列表不会改变。
find