删除原始文件夹时删除符号链接
我正在考虑使用 inotifywait 来查看原始文件夹所在的原始文件夹,然后每当它检测到某个文件夹已被删除时,就删除另一个文件夹中相同的符号链接。
所以我的问题是,这是最好的方法吗? 或者当原始文件夹被删除时是否有更好的方法来删除符号链接?
I was thinking of using inotifywait to watch the original folder where the original folders are in, then whenever it detects that a folder has been deleted, then delete the same symbolic link in the other folder.
So my question is, is that the best way? Or are there better ways to delete a symbolic link when the original folder gets deleted?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有使用过inotify,但是如果它可以集成*nix的find命令,你可以用它来删除链接
i have not used inotify, but if it can integrate *nix's find command, you can use it to delete the link