how to find a symbolic link in linux code example Example 1: bash ls show link ls -la <path> | grep "\->" Example 2: show symlink readlink -f symlinkName