@[email protected] to linuxmemes • 11 months agoName emfeddit.deimagemessage-square78fedilinkarrow-up1477arrow-down137cross-posted to: [email protected]
arrow-up1440arrow-down1imageName emfeddit.de@[email protected] to linuxmemes • 11 months agomessage-square78fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink35•edit-211 months agoName em? find / -type f -perm -a=x -exec ldd {} 2>/dev/null \;
minus-square@[email protected]linkfedilink13•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