标签: file unix go filesystems inode
Golang是否有可能基于inode获得文件路径列表?换句话说,如何实现此功能?
func PathsFromInode(inode uint64) (paths []string) { ... }