einfach_orangensaft@feddit.de to linuxmemes@lemmy.world · 11 months agoName emfeddit.deimagemessage-square77fedilinkarrow-up1470arrow-down137
arrow-up1433arrow-down1imageName emfeddit.deeinfach_orangensaft@feddit.de to linuxmemes@lemmy.world · 11 months agomessage-square77fedilink
minus-squaredirtydan@iusearchlinux.fyilinkfedilinkarrow-up36arrow-down1·edit-211 months agoName em? find / -type f -perm -a=x -exec ldd {} 2>/dev/null \;
minus-squareBeigeAgenda@lemmy.calinkfedilinkarrow-up13·11 months 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