login about faq

Anyone know how to use find to locate executable files?

asked Sep 16 '10 at 14:46

justhamade's gravatar image

justhamade ♦♦
371111116


I answered my own question

find ./ -type f -executable

Helps when you read the man page :)

answered Sep 16 '10 at 14:47

justhamade's gravatar image

justhamade ♦♦
371111116

Depending on who you refer to as "everyone". I assume it refers to the "others" in the Unix permission system. ugg slippers

find / -type f -perm -o+rx

answered Mar 08 '11 at 23:13

jason's gravatar image

jason
1

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×2
×1

Asked: Sep 16 '10 at 14:46

Seen: 575 times

Last updated: Mar 08 '11 at 23:13

powered by OSQA