定位扩展属性
有没有一种简单的方法可以为updatedb(或locate)编写一种包装脚本或补丁,以便locate也可以找到用户定义的扩展属性(标签)(假设在ext3文件系统中,使用user_xattr选项安装)?
Is there a simple way to write a kind of wrapper script or patch for updatedb (or locate) such that locate can find user defined extended attributes (tags) (suppose in an ext3 filesystem, mounted with user_xattr option), too?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于locate非常专门用于搜索路径名列表,因此您想要的是一个新程序,例如updatedb扫描文件系统并收集(路径名,xattr,值),然后提供类似locate的方法来搜索该数据库xattr 及其返回路径名的值
as locate is quite specialize to search a list of pathnames, what you'd want would be a new program that like updatedb scans the file system and collects (pathname, xattr, value) and then provides a way like locate to search this database by xattr and value from which it returns pathnames