You're viewing a single thread.
All Comments
78 comments
Name em?
find / -type f -perm -a=x -exec ldd {} 2>/dev/null \;
36 1 ReplyIt 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
13 0 Reply
78 comments
Scroll to top