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.
我在远程网络文件系统上有一个帐户,超过 12 周的文件将被清除。我想知道使用 crontab 每周触摸一次每个文件是否是个好主意。
该文件系统上的一些文件正在由集群上运行的不同数字程序更新。如果文件正在更新并同时被触摸,会不会有任何冲突?
这就是我打算做的:
crontab 文件
0 0 * * 0 find /globle/scratch/sd/pratik -exec touch { } \;