Linux – Bash – Find all symlinks that reference a given file

To list all references (symlinks) to a given file:

find -L <dir/to/start> -samefile <original-filename> -ls