Reply To: Scanning outside of the specified directories?

#18559
EVILRipper
Participant
find /media/sda9 -type l

This should find all symbolic links within /media/sda9.
When results were found, go to the directory containing that file/folder.

ls -l

Will show where the symbolic links points at.