I'm awared that find -L or find -type l would find all symbolic links on a given path.
But I'm trying to find all symbolic links that points to my foo folder.
Any tips?
|
I'm awared that But I'm trying to find all symbolic links that points to my Any tips?
| |||||
feedback
|
|
I found how to do that.
Will give me every symlink pointing to that folder. Although EDIT: Also, it's also possible to: Find the inode number of the file and then search for all files with the same inode number:
ps: took from this question | ||||
|
feedback
|