@einfach_orangensaft@feddit.de to linuxmemes@lemmy.world • 1 year agoName emfeddit.deimagemessage-square90fedilinkarrow-up1477arrow-down137
arrow-up1440arrow-down1imageName emfeddit.de@einfach_orangensaft@feddit.de to linuxmemes@lemmy.world • 1 year agomessage-square90fedilink
minus-square@dirtydan@iusearchlinux.fyilinkfedilink35•edit-21 year agoName em? find / -type f -perm -a=x -exec ldd {} 2>/dev/null \;
minus-square@BeigeAgenda@lemmy.calinkfedilink13•1 year agoIt solves the problem but you get several megabytes of output, better pipe that into a file and do some filtering and finish with sort -u
Name em?
find / -type f -perm -a=x -exec ldd {} 2>/dev/null \;
It solves the problem but you get several megabytes of output, better pipe that into a file and do some filtering and finish with sort -u