$ find -L /data -xtype l
并show出来
find -L /data -xtype l -exec ls -l {} ;
or
find -L /data -xtype l |xargs ls -l