Find all symlinks which point to typo3 (or anything) sources
find /var/www/ -type l -printf "%p - %l\n" | grep typo3
Category: Main